lib/Tools/options
author wenzelm
Sat, 27 Feb 2016 19:47:53 +0100
changeset 62437 bccad0374407
parent 52735 842b5e7dcac8
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 "$@"