teeinput
author wenzelm
Mon, 11 Oct 1993 12:30:38 +0100
changeset 48 bc48a71464b0
parent 0 a5a9c433f639
permissions -rwxr-xr-x
removed ndependent_tr (no longer needed, use _K);

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