git://git.exim.org
/
mirror-monitor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove old CVS litter
[mirror-monitor.git]
/
bin
/
mirror-pcre
1
#!/bin/sh
2
#
3
#
4
cd /home/services/ftp/pub || exit 2
5
6
VERBOSE='--quiet'
7
wget ${VERBOSE} --mirror --no-host-directories --cut-dirs=3 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
8