lib/Tools/scala
author boehmes
Thu, 03 Sep 2009 15:47:39 +0200
changeset 32509 9da37876874d
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
tuned

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

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