refactor: move PowerShell scripts to a dedicated scripts/ directory and remove unused timestamp.go.
This commit is contained in:
7
scripts/run.ps1
Normal file
7
scripts/run.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
$env:PATH = "D:\esto_al_path\msys64\mingw64\bin;$env:PATH"
|
||||
$env:PKG_CONFIG_PATH = "D:\esto_al_path\msys64\mingw64\lib\pkgconfig"
|
||||
|
||||
Write-Host "Starting TeamSpeak Client (Windows Native)..." -ForegroundColor Cyan
|
||||
# go run ./cmd/client/main.go --server localhost:9987
|
||||
# go run ./cmd/example --server localhost:9987
|
||||
go run ./cmd/tui --server ts.vlazaro.es:9987 --nickname Adam --debug
|
||||
Reference in New Issue
Block a user