piston/packages/mono/6.12.0/run
2021-03-14 15:11:33 +13:00

5 lines
No EOL
51 B
Bash

#!/bin/bash
CODE=${1/cs/exe}
shift
mono $CODE "$@"