src/Tools/teeinput
author wenzelm
Mon, 06 Sep 1999 17:03:19 +0200
changeset 7489 77d654ea31a9
parent 2774 4b7b38765619
permissions -rwxr-xr-x
added;

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