File: mautil.in

package info (click to toggle)
mono-addins 1.0%2Bgit20130406.adcd75b-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 4,048 kB
  • ctags: 7,075
  • sloc: cs: 42,027; sh: 616; makefile: 358; xml: 16; ansic: 7
file content (7 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#!/bin/sh

prefix="@prefix@"
exec_prefix="@exec_prefix@"
libdir="@libdir@/mono/@PACKAGE@"

exec mono  ${libdir}/"mautil.exe" "$@"