#!/bin/bash CP="$(make_classpath $TDBROOT)" CP="classes:$CP" java -cp "$CP" -server -Xmx1000M bpt.CmdTestBPlusTreeRewriter "$@"