Admin/build_history
author paulson
Thu, 03 Jun 2021 10:58:15 +0100
changeset 73796 56f31baaa837
parent 73705 ac07f6be27ea
child 74017 b4e6b82fdb9e
permissions -rwxr-xr-x
merged

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

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

"$THIS/build" jars > /dev/null || exit $?
exec "$THIS/../bin/isabelle_java" isabelle.Build_History "$@"