teeinput
author lcp
Thu, 03 Feb 1994 17:16:40 +0100
changeset 263 d45f0af592f0
parent 0 a5a9c433f639
permissions -rwxr-xr-x
no longer removes *.z

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