teeinput
author mueller
Wed, 31 May 1995 10:46:46 +0200
changeset 1139 993e475e70e2
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 | $*