lib/Tools/scala
author haftmann
Mon, 09 Mar 2009 09:37:33 +0100
changeset 30379 1ae7b86638ad
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
binding replaces bstring

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

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