teeinput
author lcp
Thu, 10 Nov 1994 11:36:40 +0100
changeset 700 31f50c1778ef
parent 0 a5a9c433f639
permissions -rwxr-xr-x
HOL,ZF/Makefile: enclosed multiple "use" calls in parentheses. This ensures that if one dies, all die. BUT NOT Pure/Makefile, where PolyML.use"POLY" makes the identifier "use" visible.

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