teeinput
author lcp
Fri, 31 Mar 1995 11:08:35 +0200
changeset 990 9ec3c7bd774e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Tried the new addss in many proofs, and tidied others involving simplification.

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