src/Tools/teeinput
author wenzelm
Fri, 08 Aug 1997 11:22:59 +0200
changeset 3645 cfbd814a11f2
parent 2774 4b7b38765619
permissions -rwxr-xr-x
added append_file;

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