lib/Tools/scala
author haftmann
Fri, 10 Oct 2008 16:02:15 +0200 (2008-10-10)
changeset 28566 be2a72b421ae
parent 27916 09b3010ffaf2
child 29143 72c960b2b83e
permissions -rwxr-xr-x
tuned
#!/usr/bin/env bash
#
# $Id$
# Author: Makarius
#
# DESCRIPTION: invoke Scala within the Isabelle environment

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