Files
call-center/scripts/stop_all_local.ps1

6 lines
152 B
PowerShell

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