piston/packages/dotnet/5.0.201/run

7 lines
152 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# Put instructions to run the runtime
2021-03-20 03:17:55 +01:00
export DOTNET_CLI_HOME=$PWD
shift
2021-03-20 03:57:29 +01:00
dotnet bin/Debug/net5.0/$(basename $(realpath .)).dll "$@"