teeinput
author lcp
Fri, 12 Aug 1994 10:20:07 +0200
changeset 511 b2be4790da7a
parent 0 a5a9c433f639
permissions -rwxr-xr-x
re-organized using new theory sections

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