This is a sample crontab. The first line does backups at 8:50 and 20:50,
using Dave Nye's 'saveass' script. The second line checks every 5 minutes
to see if the game is up, and restarts it if it is not. The last line
automatically restarts the game at 3:20 every evening. (I have found that
this has good effects)

The scripts used are all in the scripts directory.

In order to use this crontab, you need to be able to have your own personal
crontab (using the 'crontab' command on Suns) or have root access to put it
in the system crontab (/etc/crontab or wherever)

If you can't use crontab, much the same results can be achieved using 'at'.

In all cases, check your system documentation for precise details.

---------------------------------------CUT--------------------------------------
50 8,20 * * * /home/chainsaw4/ts/bin/saveass /home/chainsaw4/ts/EMP.TEST > /home/chainsaw4/ts/.last_TEST 2>&1
3,8,13,18,23,28,33,38,43,48,53,58 * * * * /home/chainsaw4/ts/bin/isempireup -check TEST /home/chainsaw4/ts/EMP.TEST 6666 Watcher "booboo"
20 3 * * * /home/chainsaw4/ts/bin/isempireup -start TEST /home/chainsaw4/ts/EMP.TEST
