teeinput
author lcp
Fri, 20 Jan 1995 02:00:23 +0100
changeset 868 452f1e6ae3bc
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Deleted semicolon at the end of the qed_goal line, which was preventing not_emptyE from being proved.

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