Sign in
apache
/
jena
/
jena2
/
.
/
jena-arq
/
bin
/
qparse
blob: 3d9b3da071416674e912bebf418c77215d8acb47 [
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
)
java $SOCKS
-
cp
"$CP"
arq
.
qparse
"$@"