Admin/build_history
author wenzelm
Thu, 04 Nov 2021 15:57:21 +0100
changeset 74690 55a4b319b2b9
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
tuned whitespace;

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

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

"$THIS/../bin/isabelle" scala_build -q || exit $?
"$THIS/../bin/isabelle_java" isabelle.Build_History "$@"