teeinput
author lcp
Fri, 25 Nov 1994 10:43:50 +0100
changeset 747 bdc066781063
parent 0 a5a9c433f639
permissions -rwxr-xr-x
deepen_tac: modified due to outcome of experiments. Its choice of unsafe rule to expand is still non-deterministic.

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