src/Tools/teeinput
author wenzelm
Fri, 26 Sep 1997 10:12:04 +0200
changeset 3717 e28553315355
parent 2774 4b7b38765619
permissions -rwxr-xr-x
eliminated rules; tuned;

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