Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
[idzebra-moved-to-github.git] / test / dmoz / all.sh
index 36da4e8..17fd434 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/sh
-rm zebraidx.log
-./update.sh b
-./update.sh c
-gnuplot plot.dem
+while true; do
+       ./update.sh b
+       lpr times-b.ps
+       ./update.sh c
+       lpr times-c.ps
+       ./update.sh d
+       lpr times-d.ps
+done