src/Tools/teeinput
author paulson
Thu, 21 Mar 1996 13:02:26 +0100
changeset 1601 0ef6ea27ab15
parent 0 a5a9c433f639
child 2774 4b7b38765619
permissions -rwxr-xr-x
Changes required by removal of the theory argument of Theorem

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