lib/Tools/scala
author wenzelm
Tue, 06 Jan 2009 14:43:35 +0100
changeset 29368 503ce3f8f092
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
renamed structure ParList to Par_List;

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

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