lib/Tools/scala
author immler@in.tum.de
Sat, 14 Mar 2009 17:52:53 +0100
changeset 30538 a77b7995062a
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
updated NEWS

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

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