lib/Tools/scala
author nipkow
Wed, 15 Jul 2009 12:44:41 +0200
changeset 32005 c369417be055
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
made upt/upto executable on nat/int by simp

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

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