lib/Tools/options
author traytel
Sun, 06 Mar 2016 20:39:19 +0100
changeset 62531 b5d656bf0441
parent 62437 bccad0374407
child 62589 b5783412bfed
permissions -rwxr-xr-x
less resetting of local theories

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

isabelle_admin_build jars || exit $?

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