teeinput
author lcp
Fri, 21 Oct 1994 09:47:02 +0100
changeset 649 237fce674bfb
parent 0 a5a9c433f639
permissions -rwxr-xr-x
LCF/LCF.thy: the constant VOID had mixfix syntax "()" !! Added quotes.

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