blob: 933a03a836cd351bc2e54dde3f0ce22650ed11ee [file] [log] [blame]
#!/bin/sh
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if [ "$ARQROOT" = "" ]
then
echo "ARQROOT not set" 1>&2
exit 1
fi
CP=$($ARQROOT/bin/arq_path)
#echo $CP
java -Xmx1024M $SOCKS -cp "$CP" arq.rsparql "$@"