6 lines
153 B
PowerShell
6 lines
153 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
$root = Split-Path -Parent $PSScriptRoot
|
|
Set-Location $root
|
|
python scripts\local_stack.py start @args
|
|
exit $LASTEXITCODE
|