src/Tools/teeinput
author wenzelm
Fri, 23 Jul 1999 16:50:55 +0200
changeset 7067 601f930d3739
parent 2774 4b7b38765619
permissions -rwxr-xr-x
replace assoc lists by Symtab.table;

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