3 lines
82 B
Plaintext
3 lines
82 B
Plaintext
|
#!/bin/sh
|
||
|
exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/4.5/mcs.exe -sdk:4 "$@"
|