14 lines
205 B
Text
14 lines
205 B
Text
|
#!/bin/sh
|
||
|
#
|
||
|
# wrapper script to invoke mono
|
||
|
#
|
||
|
# this same script is used for:
|
||
|
# autopano
|
||
|
# autopanog
|
||
|
# generatekeys-sd
|
||
|
# generatekeys
|
||
|
# showone
|
||
|
# showtwo
|
||
|
|
||
|
exec mono %%DATADIR%%/`basename $0`.exe ${@+"$@"}
|