c4843ba5be
update of emulators/linux-geepee32 - (minor things) PR: ports/64613 Submitted by: No Name <arundel@gmx.net>
6 lines
116 B
Bash
6 lines
116 B
Bash
#!/bin/sh
|
|
# Needed to make symlinks/shortcuts work.
|
|
# Wrap geepee32 binary
|
|
cd %%GEEPEE32DIR%%
|
|
./geepee32 $*
|
|
exit $?
|