X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fdmoz%2Fall.sh;h=6744996467374fe2ec63abf93628b44b2b3b6630;hb=03cd7d7f298324b3cc7185de7e9c65eab79c5048;hp=262b53cfb1a547116f893c00417729351694144b;hpb=1dec188ccbdafb0ec7b7c98857d701a7b77d46a1;p=idzebra-moved-to-github.git diff --git a/test/dmoz/all.sh b/test/dmoz/all.sh index 262b53c..6744996 100755 --- a/test/dmoz/all.sh +++ b/test/dmoz/all.sh @@ -1,5 +1,10 @@ #!/bin/sh -# $Id: all.sh,v 1.4 2002-06-19 10:29:18 adam Exp $ -./update.sh b -./update.sh c -./update.sh d +# $Id: all.sh,v 1.5 2002-06-20 08:03:30 adam Exp $ +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