Admin/cronjob/main
author haftmann
Wed, 23 Sep 2020 11:14:38 +0000
changeset 72281 beeadb35e357
parent 64498 bb29e6849a28
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
more thorough treatment of division, particularly signed division on int and word

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