src/Tools/teeinput
author paulson
Fri, 17 Oct 1997 11:12:36 +0200
changeset 3917 6ea5f9101c3e
parent 2774 4b7b38765619
permissions -rwxr-xr-x
A lot of new comments

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