teeinput
author lcp
Tue, 12 Jul 1994 18:38:39 +0200
changeset 470 6cb6dd05d761
parent 0 a5a9c433f639
permissions -rwxr-xr-x
minor updates

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