teeinput
author clasohm
Tue, 26 Apr 1994 14:48:41 +0200
changeset 345 7007562172b1
parent 0 a5a9c433f639
permissions -rwxr-xr-x
made a few 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 | $*