teeinput
author clasohm
Fri, 24 Feb 1995 11:52:19 +0100
changeset 902 cc80f53b28c6
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added ExcludeThm; cleaned up Makefile; fixed isalpha bug (replaced by isalnum)

#! /bin/sh
#  teeinput -- start a program and log all inputs to a file
#     environment variable $LISTEN specifies the file name
tee -a -i $LISTEN | $*