Files
call-center/scripts/run_all_local.ps1
T

6 lines
153 B
PowerShell

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