/
mudtem/
mudtem/area/scripts/
mudtem/bin/
mudtem/log/
mudtem/player/
mudtem/slang/autoconf/
mudtem/slang/doc/
mudtem/slang/doc/OLD/help/
mudtem/slang/doc/internal/
mudtem/slang/doc/text/
mudtem/slang/doc/tm/tools/
mudtem/slang/examples/
mudtem/slang/modules/
mudtem/slang/slsh/
mudtem/slang/slsh/lib/
mudtem/slang/slsh/scripts/
mudtem/slang/src/mkfiles/
mudtem/slang/src/util/
mudtem/src/CVS/
mudtem/src/include/
mudtem/src/include/CVS/
mudtem/src/var/CVS/
slsh (slang-shell) is a work in progress.  See the scripts/
subdirectory for examples.

Usage: slsh [--help ] [ --version ] [FILENAME ...]

Upon startup, the program will search for a file called slsh.rc and
try to interpret it's contents before reading in the script file. If
the environment variable SLSH_LIB_DIR exists, it will look in that
directory for slsh.rc.  Otherwise, if SLSH_LIB_DIR is not defined, it
will search the following directories:

    /usr/local/lib/slsh/
    /usr/local/slsh/
    /usr/lib/slsh/
    /etc/slsh/

A sample slrn.rc file is in the lib subdirectory.