teeinput
author clasohm
Thu, 11 Nov 1993 10:55:59 +0100
changeset 109 0872fd327440
parent 0 a5a9c433f639
permissions -rwxr-xr-x
adapted "Defining theories" to new use_thy

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