lib/Tools/scala
author bulwahn
Sat, 24 Oct 2009 16:55:43 +0200
changeset 33144 1831516747d4
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
removed obsolete GeneratorPrem; clean-up after modularization; tuned

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

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