lib/Tools/scala
author wenzelm
Fri, 31 Jul 2009 11:34:14 +0200
changeset 32299 5f33ce0ed21f
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
modernized generated example session;

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

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