script.in 101 B

123456
  1. #!/bin/sh
  2. a=`which "$0"`
  3. d=`dirname "$a"`
  4. exec $d/@mono_interp@ @mono_one_instdir@/@exe_file@ "$@"