Admin/build_history
author wenzelm
Mon, 13 Sep 2021 11:58:11 +0200
changeset 74307 de4b3abaf3ca
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 "$@"