projects
/
idzebra-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Productname from ZEBRA to zebra in refentries
[idzebra-moved-to-github.git]
/
test
/
dmoz
/
fetch.sh
1
#!/bin/sh
2
# $Id: fetch.sh,v 1.2 2002-06-19 08:32:34 adam Exp $
3
if test ! -f content.rdf.u8; then
4
wget http://dmoz.org/rdf/content.rdf.u8.gz
5
gunzip content.rdf.u8.gz
6
fi