lib/Tools/scala
author wenzelm
Sat, 16 Aug 2008 13:31:57 +0200
changeset 27914 9a7f17370ffb
child 27916 09b3010ffaf2
permissions -rwxr-xr-x
refined scala/java wrappers via isatool;

#!/usr/bin/env bash
#
# $Id$
# Author: Makarius
#
# DESCRIPTION: Scala wrapper


PRG="$(basename "$0")"

function usage()
{
  echo
  echo "Usage: $PRG [ARGS ...]"
  echo
  echo "  Invoke Scala within the Isabelle environment."
  echo
  exit 1
}


## main

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