mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
6 lines
No EOL
146 B
Bash
Executable file
6 lines
No EOL
146 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
cd $SCRIPT_DIR
|
|
|
|
dotnet run -p ./build/scripts/Build.csproj -- $* |