Admin/build_history
author desharna
Fri, 09 Jul 2021 17:59:25 +0200
changeset 73943 3aace56d282e
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 "$@"