/
teeny/db/
teeny/dbm/
teeny/docs/
teeny/includes/
teeny/misc/
teeny/news/
teeny/text/
#!/bin/sh
#
# Bring the TeenyMUD server up with a 30K cache and logging
# on the file 'logfile'
# This reads in the files chunky.index and chunky.bits and
# uses those as a db, unless you changed the names in config.h
#
# To start up with the small.teeny db, use the command:
# exec teenymud -t small.teeny -C 30 2>logfile
#
# To run a mud in the background, enter these commands from your shell:
# sh
# startserver &
# exit 
#
mv logfile logfile~
mv log2file log2file~
nohup teenymud -C 120 -l 2>log2file >logfile &