Cross Reference: runtests.sh
xref
: /
hets
/
RDF
/
tests
/
runtests.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#!/
bin
/
bash
for
i
in
*.
rdf
*.
nt
do
hets
-i
rdf
$i -o
th
,
pp.het
done
for
i
in
*
.pp.het
*.
th
do
hets
-l
RDF
$i -o
th
,
pp.het
done
for
i
in
*
pp
* *
th
*
do
hets
-l
RDF
$i
done
rm
*
th
* *
pp
*