src/Tools/teeinput
author wenzelm
Mon, 01 Dec 1997 18:22:38 +0100
changeset 4334 e567f3425267
parent 2774 4b7b38765619
permissions -rwxr-xr-x
ISABELLE_TMP_PREFIX;

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