src/Tools/teeinput
author paulson
Fri, 20 Nov 1998 10:37:12 +0100
changeset 5941 1db9fad40a4f
parent 2774 4b7b38765619
permissions -rwxr-xr-x
better miniscoping rules: the premise C~={} is not good because Safe_tac eliminates such assumptions.

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