make-all-poly
author lcp
Wed, 11 Jan 1995 18:47:03 +0100
changeset 848 b1dc15d86081
parent 699 2da262e85c4d
permissions -rwxr-xr-x
Proved ord_isoI, ord_iso_refl. Simplified proof of ord_iso_restrict_pred. Proved theorems irrefl_0, ..., well_ord_0.

#! /bin/sh
#$Id$
#Make entire system using Poly/ML
#Pathnames will have to be modified for your site
ML_DBASE=/usr/groups/theory/poly/polyml/`arch`/ML_dbase
ISABELLEBIN=/homes/`whoami`/dbases
ISABELLECOMP="poly -noDisplay -h 15000"
export ML_DBASE ISABELLEBIN ISABELLECOMP 
nohup make-all $*