Admin/build_history
author wenzelm
Mon, 10 Oct 2016 10:33:52 +0200
changeset 64126 42bcd207598d
parent 64021 1e23caac8757
child 64200 2e6597279d38
permissions -rwxr-xr-x
connect session by default; tuned signature;

#!/usr/bin/env bash
#
# DESCRIPTION: build history versions from another repository clone


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

"$THIS/build" jars || exit $?

exec "$THIS/../bin/isabelle_java" isabelle.Build_History "$@"