# This is the script file that calls the blackjack door game, this script
# file should not be modified unless the paths have changed.

GUNDIR=/falken/doors/games/falkgun

cd $GUNDIR
PATH=$PATH:.
export PATH
falkgun $GUNDIR
cd /falken

