#!/bin/sh

RDF_BIN=`dirname "$0"`

source "$RDF_BIN"\/setUp

java com.ibm.rdf.store.cmd.UpdateRdfStore "$@"


