blob: 56c405f8713e780e5c199cb428a2282f04d97698 [file] [log] [blame]
#!/bin/sh
echo "ROOT=turtle-subm-"
echo
for n in $(nums 0 30)
do
n=$(printf "%02d" $n)
echo "--Eval--"
cat test-$n.ttl
echo "--Results--"
cat "test-$n.out"
echo "--End--"
echo
done