teeinput
author wenzelm
Mon, 22 Nov 1993 11:28:25 +0100
changeset 136 a9015b16a0e5
parent 0 a5a9c433f639
permissions -rwxr-xr-x
*** empty log message ***

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