piston/packages/dotnet/5.0.201/run
2021-03-20 14:39:59 +13:00

5 lines
No EOL
106 B
Bash

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