lib/Tools/scala
author haftmann
Tue, 02 Jun 2009 15:53:03 +0200
changeset 31375 815426e7dd3b
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
tuned whitespace

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

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