src/Tools/teeinput
author wenzelm
Tue, 05 Oct 1999 15:26:10 +0200
changeset 7714 e6aa4fca983e
parent 2774 4b7b38765619
permissions -rwxr-xr-x
added position;

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