piston/packages/mono-6.12.0/run

5 lines
49 B
Plaintext
Raw Normal View History

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