teeinput
author lcp
Wed, 14 Dec 1994 16:51:16 +0100
changeset 785 c2ef808dc938
parent 0 a5a9c433f639
permissions -rwxr-xr-x
cardinal_UN_Ord_lt_csucc: added comment le_UN_Ord_lt_csucc: tided proof by proving the lemma inj_UN_subset

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