teeinput
author lcp
Mon, 08 Nov 1993 17:52:24 +0100
changeset 95 2246a80b1cb5
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Minor changes; addition of counit.ML

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