teeinput
author wenzelm
Mon, 27 Feb 1995 17:47:57 +0100
changeset 911 55754d6d399c
parent 0 a5a9c433f639
permissions -rwxr-xr-x
new in mixfix annotations: "' " (quote space) separates delimiters without adding extra white space for printing;

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