GGSD
----

GGSD is a Generic Graphical Server Daemon. It allows anyone to make a simple
script and then start a network server to run it. The script can have any of
these commands in it:

run: <shell command>
input: <file to put input in>
output: <line of text>
require: <file> <word>
deny: <file> <word>
cat: <file>
tail: <file>

See the example.src file

(C) 1999 Patrick Lambert <drow@darkelf.net>
http://devplanet.fastethernet.net


