teeinput
author lcp
Wed, 23 Mar 1994 11:32:21 +0100
changeset 292 cc69ef31cfc3
parent 0 a5a9c433f639
permissions -rwxr-xr-x
first draft of Springer volume

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