forked from Lainports/freebsd-ports
5 lines
97 B
Bash
5 lines
97 B
Bash
#!/bin/sh
|
|
# Needed to make symlinks/shortcuts work.
|
|
# Wrap geepee32 binary
|
|
./geepee32 $*
|
|
exit $?
|