teeinput
author wenzelm
Wed, 19 Jan 1994 14:10:54 +0100
changeset 233 efd6b4bb14dd
parent 0 a5a9c433f639
permissions -rwxr-xr-x
major cleanup and reorganisation; added generic_extend, generic_merge; added various minor functions;

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