piston/packages/dotnet/5.0.201/run
2021-03-20 15:17:55 +13:00

7 lines
No EOL
135 B
Bash

#!/usr/bin/env bash
# Put instructions to run the runtime
export DOTNET_CLI_HOME=$PWD
shift
dotnet $(basename $(realpath .)).dll "$@"