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