teeinput
author clasohm
Tue, 16 Nov 1993 14:26:15 +0100
changeset 125 bba27d15d76e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
changed use_thy's parameter to exact theory name

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