teeinput
author clasohm
Tue, 28 Mar 1995 12:21:10 +0200
changeset 976 14b55f7fbf15
parent 0 a5a9c433f639
permissions -rwxr-xr-x
renamed theorem "apfst" to "apfst_conv" to avoid conflict with function apfst from Pure/library.ML

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