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

BJACKDIR=/falken/doors/games/blackjack

cd $BJACKDIR
PATH=$PATH:.
export PATH
playjack /falken/doors/games/blackjack/
cd /falken

