teeinput
author wenzelm
Tue, 06 Sep 1994 13:09:58 +0200
changeset 582 8f1f1fab70ad
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added ext_tsig_types; various minor changes;

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