src/Tools/teeinput
author paulson
Tue, 03 Aug 1999 13:06:16 +0200
changeset 7160 1135f3f8782c
parent 2774 4b7b38765619
permissions -rwxr-xr-x
new chapter on Sequents

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