src/Tools/teeinput
author paulson
Fri, 20 Aug 1999 11:54:32 +0200
changeset 7301 6d43d525facc
parent 2774 4b7b38765619
permissions -rwxr-xr-x
new theories RealBin, RealInt, RealPow

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