teeinput
author wenzelm
Mon, 26 Sep 1994 17:36:10 +0100
changeset 619 a0342b27b38e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added init_pps;

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