freebsd-ports/emulators/linux-geepee32/scripts/wrapper.sh
Edwin Groothuis c4843ba5be Maintainer update of emulators/linux-geepee32
update of emulators/linux-geepee32
	- (minor things)

PR:		ports/64613
Submitted by:	No Name <arundel@gmx.net>
2004-05-14 12:10:44 +00:00

6 lines
116 B
Bash

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