projects
/
idzebra-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
17fd43421b6d55871abc58b77bf82dd5807bc984
[idzebra-moved-to-github.git]
/
test
/
dmoz
/
all.sh
1
#!/bin/sh
2
while true; do
3
./update.sh b
4
lpr times-b.ps
5
./update.sh c
6
lpr times-c.ps
7
./update.sh d
8
lpr times-d.ps
9
done