teeinput
author lcp
Thu, 06 Apr 1995 11:59:34 +0200
changeset 1011 5c9654e2e3de
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Recoded with help from Toby to use rewriting instead of the subst rule -- the latter was too slow. But it must resort to the subst rule if the equality contains Vars.

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