teeinput
author clasohm
Fri, 22 Oct 1993 13:44:27 +0100
changeset 76 c616d66c640e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
renamed some 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 | $*