5 lines
49 B
Plaintext
5 lines
49 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
CODE=${1/cs/exe}
|
||
|
shift
|
||
|
mono $CODE $*
|