teeinput
author lcp
Wed, 19 Oct 1994 09:48:13 +0100
changeset 646 7928c9760667
parent 0 a5a9c433f639
permissions -rwxr-xr-x
new comments explaining abandoned change

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