teeinput
author clasohm
Fri, 22 Oct 1993 13:35:15 +0100
changeset 72 099d949fe467
parent 0 a5a9c433f639
permissions -rwxr-xr-x
changes for new Readthy

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