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

XWITSDIR=/falken/doors/games/croswits

cd $XWITSDIR
PATH=$PATH:.
export PATH
playxwit 
cd /falken

