src/Tools/teeinput
author paulson
Sat, 01 Nov 1997 13:01:57 +0100
changeset 4063 0b19014b9155
parent 2774 4b7b38765619
permissions -rwxr-xr-x
Faster lexing

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