teeinput
author lcp
Tue, 20 Dec 1994 10:19:24 +0100
changeset 811 9bac814082e4
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Used bind_thm to store domain_rel_subset and range_rel_subset

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