lib/Tools/scala
author haftmann
Mon, 21 Sep 2009 10:58:25 +0200
changeset 32621 a073cb249a06
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
theory entry point for session Hoare_Parallel (now also with proper underscore)

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

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