blob: 26d578c9334eaca74d8f980f6e80708d2cca34f5 [file] [log] [blame]
#!/bin/bash
# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if [ "$TDBROOT" = "" ]
then
echo "TDBROOT is not set" 1>&2
exit 1
fi
CP="$($TDBROOT/bin/tdb_path)"
java -cp "$CP" -server tdb.CmdRewriteIndex "$@"