src/Tools/teeinput
changeset 0 a5a9c433f639
child 2774 4b7b38765619
equal deleted inserted replaced
-1:000000000000 0:a5a9c433f639
       
     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 | $*