Files
RemSox/build-and-run.ps1
T

6 lines
100 B
PowerShell

Set-Location $PSScriptRoot
cosmos build
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
cosmos run