mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 21:42:38 +01:00
8 lines
207 B
Batchfile
Executable File
8 lines
207 B
Batchfile
Executable File
:; 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" %*
|