Admin/build_history
author wenzelm
Tue, 11 Oct 2016 20:31:13 +0200
changeset 64149 1380bf90d986
parent 64021 1e23caac8757
child 64200 2e6597279d38
permissions -rwxr-xr-x
force fresh build;

#!/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 "$@"