teeinput
author wenzelm
Mon, 29 Nov 1993 13:54:59 +0100
changeset 169 1b2765146aab
parent 0 a5a9c433f639
permissions -rwxr-xr-x
extend: cleaned up, adapted for new Syntax.extend; extend, merge: improved roots (logical_types) handling;

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