Admin/build_history
author wenzelm
Wed, 02 Mar 2022 21:53:17 +0100
changeset 75190 fa9ca4563d72
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
support for file-system operations;

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