src/Tools/teeinput
author wenzelm
Fri, 07 Mar 1997 16:08:36 +0100
changeset 2774 4b7b38765619
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added \n at EOF;

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