teeinput
author lcp
Thu, 24 Nov 1994 10:23:41 +0100
changeset 737 436019ca97d7
parent 0 a5a9c433f639
permissions -rwxr-xr-x
cons_fun_eq: modified strange uses of classical reasoner

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