src/Tools/teeinput
author wenzelm
Fri, 21 Nov 1997 15:29:56 +0100
changeset 4271 3a82492e70c5
parent 2774 4b7b38765619
permissions -rwxr-xr-x
changed Pure/Sequence interface -- isatool fixseq;

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