teeinput
author lcp
Fri, 11 Nov 1994 10:33:05 +0100
changeset 702 98fc1a8e832a
parent 0 a5a9c433f639
permissions -rwxr-xr-x
FOL/intprover/safe_tac: now uses REPEAT_DETERM_FIRST instead of REPEAT_DETERM

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