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

UPGRDIR=/falken/doors/utils/upgrdoor

cd $UPGRDIR
PATH=$PATH:.
export PATH
upgrdoor /D:$UPGRDIR /P:SYSOP
cd /falken

