lib/Tools/scala
author haftmann
Mon, 30 Nov 2009 12:28:12 +0100
changeset 33969 1e7ca47c6c3d
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
dropped some unused bindings

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

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