Admin/build_history
author haftmann
Thu, 24 Mar 2022 16:34:44 +0000
changeset 75326 89d975dd39f1
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
tuned

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