teeinput
author lcp
Wed, 19 Oct 1994 09:44:31 +0100
changeset 645 77474875da92
parent 0 a5a9c433f639
permissions -rwxr-xr-x
LCF/fix/lfp_is_FIX: modified proof to suppress deep unification

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