teeinput
author nipkow
Tue, 27 Sep 1994 14:23:46 +0100
changeset 622 bf9821f58781
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Modified termord to take account of the Abs-Abs case.

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