lib/Tools/scala
author wenzelm
Tue, 31 Mar 2009 22:23:33 +0200
changeset 30825 14d24e1fe594
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
fixed header; misc simplification, use Conjunction.dest_conjunctions;

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

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