refactor: max token; migrate.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
$projectRoot = Resolve-Path (Join-Path $scriptDir "..")
|
||||
|
||||
Push-Location $projectRoot
|
||||
try {
|
||||
go run ./cmd/export_sql @args
|
||||
}
|
||||
finally {
|
||||
Pop-Location
|
||||
}
|
||||
Reference in New Issue
Block a user