teeinput
author nipkow
Thu, 19 Jan 1995 19:46:49 +0100
changeset 867 e1a654c29b05
parent 0 a5a9c433f639
permissions -rwxr-xr-x
some cosmetic changes

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