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

MATCHDIR=/falken/doors/games/matchmaker

cd $MATCHDIR
PATH=$PATH:.
export PATH
match
cd /falken

