freebsd-ports/emulators/linux-geepee32/scripts/geepee32.sh
Mark Linimon a71740ad30 Fix up problems with install.
PR:		ports/62501
Submitted by:	arundel@gmx.net (maintainer)
2004-02-13 20:55:35 +00:00

5 lines
97 B
Bash

#!/bin/sh
# Needed to make symlinks/shortcuts work.
# Wrap geepee32 binary
./geepee32 $*
exit $?