src/Tools/teeinput
author wenzelm
Wed, 14 Jan 1998 10:30:01 +0100
changeset 4570 c04027ccc86e
parent 2774 4b7b38765619
permissions -rwxr-xr-x
fixed Id;

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