Admin/build_history
author wenzelm
Thu, 13 Oct 2016 23:44:40 +0200
changeset 64202 967515846691
parent 64200 2e6597279d38
child 64223 9d5b9f41df77
permissions -rwxr-xr-x
replaced shell script by Isabelle/Scala;

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