X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fdmoz%2Fall.sh;h=17fd43421b6d55871abc58b77bf82dd5807bc984;hb=8a0144a3925311102133d62ac6258ace8d7187eb;hp=07cff841492e13f3d119ebe54237885548183e38;hpb=ddf2eb42a6c93adebc4e30e79a3ee83c28e320bd;p=idzebra-moved-to-github.git diff --git a/test/dmoz/all.sh b/test/dmoz/all.sh index 07cff84..17fd434 100755 --- a/test/dmoz/all.sh +++ b/test/dmoz/all.sh @@ -1,6 +1,9 @@ #!/bin/sh -# $Id: all.sh,v 1.3 2002-06-19 09:00:28 adam Exp $ -./update.sh b -./update.sh c -./update.sh d -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