#!/bin/sh
#  Cheezmud uses its default directory, so we must make sure that it
#  is started in the right place.
cd /home/dave/cheezmud
mv -f cheezlog cheezlog.old
./cheezmud > cheezlog 2>&1 &