lib/Tools/scala
author wenzelm
Mon, 04 Jan 2010 22:16:48 +0100
changeset 34255 2dd2547acb41
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
discontinued old ISABELLE and ISATOOL environment settings;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: invoke Scala within the Isabelle environment

CLASSPATH="$(jvmpath "$CLASSPATH")"
exec "$ISABELLE_SCALA" "$@"