teeinput
author lcp
Mon, 11 Jul 1994 16:47:20 +0200
changeset 456 f1df7fc211a7
parent 0 a5a9c433f639
permissions -rwxr-xr-x
New errata list for the documentation

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