Added other utility scripts
[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