teeinput
author nipkow
Tue, 07 Mar 1995 15:00:34 +0100
changeset 938 621be7ec81d7
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 | $*