Sign in
apache
/
jena
/
jena-core-simplified
/
.
/
bin
/
rdfcat
blob: 631f2ffa577aa8c2533306027919a52720f61e64 [
file
] [
log
] [
blame
]
#!/bin/sh
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if
[
"$JENAROOT"
=
""
]
then
echo
"JENAROOT not set"
1
>&
2
exit
1
fi
CP
=
"$($JENAROOT/bin/jena_path)"
java $SOCKS
-
cp
"$CP"
jena
.
rdfcat
"$@"