Update all the things

This commit is contained in:
Robert Marshall 2023-02-18 14:02:11 +00:00
parent 0460f8c945
commit 4999bf4492
18 changed files with 227 additions and 99 deletions

7
build.cmd Executable file
View file

@ -0,0 +1,7 @@
:; 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" %*