teeinput
author lcp
Wed, 19 Oct 1994 09:54:38 +0100
changeset 647 fb7345cccddc
parent 0 a5a9c433f639
permissions -rwxr-xr-x
ZF/Fixedpt/coinduct: modified proof to suppress deep unification

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