teeinput
author wenzelm
Thu, 19 May 1994 17:06:24 +0200
changeset 393 02b27671b899
parent 0 a5a9c433f639
permissions -rwxr-xr-x
thy reader now initialised by init_thy_reader();

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