teeinput
author lcp
Fri, 09 Sep 1994 11:57:49 +0200
changeset 596 cffb278ec83e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Per cent (%) now functions as comment character in tt
box environment
     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 | $*