teeinput
author wenzelm
Thu, 25 Nov 1993 10:44:44 +0100
changeset 142 6dfae8cddec7
parent 0 a5a9c433f639
permissions -rwxr-xr-x
removed section 'Classes and types';

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