teeinput
author lcp
Tue, 18 Jan 1994 16:58:41 +0100
changeset 232 c28d2fc5dd1c
parent 0 a5a9c433f639
permissions -rwxr-xr-x
corrected comment

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