teeinput
author lcp
Mon, 21 Mar 1994 10:51:28 +0100
changeset 285 fd4a6585e5bf
parent 0 a5a9c433f639
permissions -rwxr-xr-x
first draft of Springer book
     1 #! /bin/sh
     2 #  teeinput -- start a program and log all inputs to a file
     3 #     environment variable $LISTEN specifies the file name
     4 tee -a -i $LISTEN | $*