lib/Tools/scala
author wenzelm
Fri, 04 Dec 2009 14:21:07 +0100
changeset 33953 5e865ed88313
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
added document_node; tuned comments;

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

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