teeinput
author clasohm
Fri, 09 Dec 1994 13:39:52 +0100
changeset 775 7b60621e2bad
parent 0 a5a9c433f639
permissions -rwxr-xr-x
removed ZF_Lemmas and added qed_goal

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