teeinput
author lcp
Fri, 23 Dec 1994 16:31:23 +0100
changeset 830 18240b5d8a06
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Moved Transset_includes_summands and Transset_sum_Int_subset to QUniv.thy to eliminate use of merge_theories. Proved Memrel_type. Added Krzysztof's theorems Memrel_mono, Memrel_empty, lt_Ord, succ_le_imp_le

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