#!/bin/sh
CLASSPATH="/usr/lib/grdig.jar:${CLASSPATH}"
export CLASSPATH
exec java Main -demo /usr/doc/grdig-0.4/demo-kaons.data "$@"
