Admin/cronjob/main
author wenzelm
Thu, 20 Sep 2018 22:39:39 +0200
changeset 69023 cef000855cf4
parent 64498 bb29e6849a28
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
clarified standardization of variables, with proper treatment of local variables; tuned signature; tuned;

#!/usr/bin/env bash
#
# DESCRIPTION: start the main Isabelle cronjob

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

source "$HOME/.bashrc"

export ISABELLE_IDENTIFIER="cronjob"
"$THIS/../build" jars_fresh || exit $?

exec "$THIS/../../bin/isabelle_java" isabelle.Isabelle_Cronjob "$@"