X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=bin%2Fwget-clone-web-site;fp=bin%2Fwget-clone-web-site;h=0ae441956842bd823dbd89b9d6cedb9b9da03cf8;hb=06ec33cbfa90c35e1c507bf54bba8a3b01b58f90;hp=0000000000000000000000000000000000000000;hpb=96c72196005dcd266d7561e88b9baef7e3e62522;p=khome.git diff --git a/bin/wget-clone-web-site b/bin/wget-clone-web-site new file mode 100755 index 0000000..0ae4419 --- /dev/null +++ b/bin/wget-clone-web-site @@ -0,0 +1,6 @@ +#! /bin/sh + +# Recursively download the site +OPT_RECURSIVE='-r' + +wget-clone-web $OPT_RECURSIVE $@