mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
7 lines
No EOL
152 B
Bash
7 lines
No EOL
152 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Put instructions to run the runtime
|
|
export DOTNET_CLI_HOME=$PWD
|
|
|
|
shift
|
|
dotnet bin/Debug/net5.0/$(basename $(realpath .)).dll "$@" |