teeinput
author lcp
Thu, 16 Mar 1995 00:00:30 +0100
changeset 960 358a19a91d52
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Removed exception handlers, as they are now in ZF/Makefile.

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