This is a collection of programs written in C, Perl, and shell. The file
"software.html" (or http://menlo.com/folks/adamm/software.html) contains
a brief description of each program. "INSTALL" explains how to build and
install the programs and in what order to do it.

Most of the programs here accept --help and/or --man, either of which
will produce a reasonable man page. Programs that don't understand those
switches should give a reasonable error message if invoked incorrectly.
Perl programs should have POD sections (shown via "perldoc program").

The shell scripts are executed by GNU bash, but I try very hard to use
only constructs that are POSIX-compatible -- which means that you should
be able to execute these scripts using any POSIX or POSIX-compatible
shell simply by changing the "#!" line.


# $Id: README,v 1.7 2012/01/13 18:22:34 adamm Exp adamm $
