teeinput
author wenzelm
Mon, 29 Nov 1993 12:32:42 +0100
changeset 167 128e122acc89
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added (partial) extend_tables; improved extend; fixed roots handling of extend and merge;

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