teeinput
author lcp
Wed, 04 May 1994 17:47:30 +0200
changeset 360 2b74eebdbdb8
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Bool.ML: replaced many rewrite_goals_tac calls by prove_goalw

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