teeinput
author clasohm
Mon, 29 May 1995 13:55:06 +0200
changeset 1132 dfb29abcf3c2
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added theorem database which contains axioms and theorems indexed by the constants they contain

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