teeinput
author lcp
Tue, 13 Sep 1994 11:39:49 +0200
changeset 609 6d520505e704
parent 0 a5a9c433f639
permissions -rwxr-xr-x
updated for Isabelle94

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