teeinput
author lcp
Mon, 31 Oct 1994 16:45:19 +0100
changeset 665 97e9ad6c1c4a
parent 0 a5a9c433f639
permissions -rwxr-xr-x
FOL/ex/cla: proofs now use deepen_tac instead of best_tac FOL_dup_cs

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