teeinput
author lcp
Thu, 17 Nov 1994 22:01:08 +0100
changeset 713 b470cc6326aa
parent 0 a5a9c433f639
permissions -rwxr-xr-x
In ZF, type i has class term, not (just) logic

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