teeinput
author lcp
Fri, 19 Nov 1993 11:34:31 +0100
changeset 131 bb0caac13eff
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Documents not, and, or, xor: boolean ops

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