mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 21:42:38 +01:00
8 lines
207 B
Batchfile
8 lines
207 B
Batchfile
|
:; set -eo pipefail
|
||
|
:; SCRIPT_DIR=$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)
|
||
|
:; ${SCRIPT_DIR}/build.sh "$@"
|
||
|
:; exit $?
|
||
|
|
||
|
@ECHO OFF
|
||
|
powershell -ExecutionPolicy ByPass -NoProfile -File "%~dp0build.ps1" %*
|