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