src/Tools/teeinput
author wenzelm
Fri, 08 Oct 1993 14:29:55 +0100
changeset 46 f0f4978af183
parent 0 a5a9c433f639
child 2774 4b7b38765619
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 | $*