teeinput
author lcp
Mon, 15 Aug 1994 19:01:51 +0200
changeset 530 2eb142800801
parent 0 a5a9c433f639
permissions -rwxr-xr-x
ZF/Makefile/FILES: added many missing .thy files

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