#!/bin/sh
#
# Bourne shell script to fire up the GLLPWS "das2" application to
# view Galileo PWS LRS summary data.  This is an alpha-release
# product, therefor the source is not provided.  For current
# software and source code (eventually), check
#
# http://www-pw.physics.uiowa.edu/das2/
#
# Note that Java 1.4 or newer is required.  See http://java.sun.com/

java -Xmx256m -cp SUMMARY.JAR apps/gllpws/GLLPWS "$@"
