mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
8 lines
200 B
Batchfile
Executable File
8 lines
200 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 %0\..\build.ps1 %*
|