lib/Tools/scala
author wenzelm
Sat, 23 Aug 2008 17:55:27 +0200
changeset 27956 84bfb2162dd2
parent 27916 09b3010ffaf2
child 29143 72c960b2b83e
permissions -rwxr-xr-x
BadVariable: toString;

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

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