src/Tools/teeinput
author nipkow
Thu, 24 Mar 1994 17:54:32 +0100
changeset 302 7e2cffe28eb5
parent 0 a5a9c433f639
child 2774 4b7b38765619
permissions -rwxr-xr-x
minor problems

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