src/Tools/teeinput
author nipkow
Mon, 23 Aug 1999 16:13:42 +0200
changeset 7323 16b7e2f1b4e3
parent 2774 4b7b38765619
permissions -rwxr-xr-x
Now rewrite rules with flexible heads are allowed.

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