/
dirt31/
dirt31/bin/
This directory contains the programs themselves, buth the
binaries and some other utility programs written in awk and sh.

aberd:      mud-daemon. the mud program itself. Compiled from the code in 
----       the src directory.

generate:  the program that generates datafiles (that are read at boot-time)
--------   from the master-files in data/ZONE. compiled from the code in
           the src directory.

pfilter:   a program that is started when the help command is issued.
-------    it filters the data/fullhelp file given the players level and
           flags, to show him only those commands that he is allowed to do.
           it's compiled from the code in the src directory too.

Dump:      A program to look at the player-datafile. look at the first
----       few lines in src/Dump.c for more info.

restart:   A shell-program that should be run alongside mud.
-------    it checks if mud has  crashed, and if it has, restarts it.
           check out the first few lines in the file for more info.

slain:     An awk program that makes a table showing who has been killed
-----      the most number of times etc. read the first few lines of the
           file itself for more info.

stats:     An awk program that prints a table showing the distribution of
-----      players/leves in your playerfile. It uses the Dump program.
           Read the first few lines in file itself for more info.