lib/Tools/options
author wenzelm
Sat, 27 Feb 2016 19:57:36 +0100
changeset 62438 42e13a4f52f5
parent 62437 bccad0374407
child 62589 b5783412bfed
permissions -rwxr-xr-x
moved getopts to Scala;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: print Isabelle system options

isabelle_admin_build jars || exit $?

exec "$ISABELLE_TOOL" java isabelle.Options "$@"