tinymush-3.0b21/game/bin/
tinymush-3.0b21/game/data/
tinymush-3.0b21/src/tools/
#	mush.config - constants for mush shell scripts
#
#	Change these variables as appropriate
#
BIN=./bin
TEXT=./text
DATA=./data
GAMENAME=netmush
OWNER=mush_admin@your_site.your_domain
#	If you use compression, uncomment this and put the extension here.
#
#COMPRESSION=.gz
#
#	You should never need to change these.
#
NEW_DB=$GAMENAME.db.new$COMPRESSION
INPUT_DB=$GAMENAME.db$COMPRESSION
GDBM_DB=$GAMENAME.gdbm
CRASH_DB=$GAMENAME.db.CRASH
SAVE_DB=$GAMENAME.db.old$COMPRESSION
BACKUP_DB=$GAMENAME.db.bk
LOGNAME=$GAMENAME.log
SAVENAME=$GAMENAME.tar.Z