teeinput
author lcp
Mon, 21 Nov 1994 15:53:02 +0100
changeset 726 d703d1a1a2af
parent 0 a5a9c433f639
permissions -rwxr-xr-x
ZF/intr_elim/elim: now "folds" definitions of the mutually recursive sets!

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