src/Tools/teeinput
author wenzelm
Tue, 07 Oct 1997 18:02:02 +0200
changeset 3805 a50d0b5219dd
parent 2774 4b7b38765619
permissions -rwxr-xr-x
improved types of add_XXX funs (xtyp etc.); tuned comments; tuned msgs; improved merge: no longer raises ERROR, but TERM;

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