teeinput
author lcp
Wed, 19 Oct 1994 09:39:23 +0100
changeset 643 1e8fea151d2e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
trivial update to reference

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