#!/bin/bash
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0

source "$SDBROOT/bin/sdb_init"
exec java $JVM_ARGS -cp "$CP" sdb.DBTest $STORE_SPEC "$@"
