6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
|
#!/bin/bash
|
||
|
. $(dirname $0)/mono-env
|
||
|
|
||
|
$MONO "$@"
|
||
|
|