src/Tools/teeinput
author paulson
Tue, 05 Mar 1996 17:23:21 +0100
changeset 1545 61f5410b2824
parent 0 a5a9c433f639
child 2774 4b7b38765619
permissions -rwxr-xr-x
New documentation for example

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