Admin/build_history
author wenzelm
Wed, 30 Jun 2021 15:35:39 +0200
changeset 73904 51f510517aa0
parent 73705 ac07f6be27ea
child 74017 b4e6b82fdb9e
permissions -rwxr-xr-x
clarified package: towards stand-alone setup;

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