File: create-native-map.in

package info (click to toggle)
mono-tools 3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,804 kB
  • ctags: 18,095
  • sloc: cs: 100,891; sh: 3,927; makefile: 2,039; xml: 126
file content (7 lines) | stat: -rwxr-xr-x 124 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#!/bin/sh

bindir=`dirname "$0"`
libdir="$bindir/../lib/create-native-map"

exec mono "$libdir/create-native-map.exe" "$@"