tand/test/build.cmd

7 lines
126 B
Batchfile
Raw Normal View History

:; set -eo pipefail
:; ./build.sh "$@"
:; exit $?
@ECHO OFF
powershell -ExecutionPolicy ByPass -NoProfile %0\..\build.ps1 %*