Admin/polyml/future/run
author blanchet
Mon, 19 May 2014 23:43:53 +0200
changeset 57005 33f3d2ea803d
parent 44155 ae2906662eec
permissions -rwxr-xr-x
store all MaSh data on the Isabelle side, in preparation for replacing 'mash.py' with ML solution

#!/bin/bash

POLY="${1:-poly}"

THIS="$(cd $(dirname "$0"); pwd)"

cd "$THIS/../../../src/Pure"
echo "use \"../../Admin/polyml/future/ROOT.ML\";"
exec "$POLY"