#!/bin/sh

CLASSPATH=`/usr/bin/build-classpath gpsprune_20.2 java3d 2>/dev/null`

java -cp "$CLASSPATH" tim.prune.GpsPrune $@
