mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
7 lines
207 B
Batchfile
7 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" %*
|