Add web-cloning scripts
[khome.git] / bin / wget-clone-web-site
diff --git a/bin/wget-clone-web-site b/bin/wget-clone-web-site
new file mode 100755 (executable)
index 0000000..0ae4419
--- /dev/null
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+# Recursively download the site
+OPT_RECURSIVE='-r'
+
+wget-clone-web $OPT_RECURSIVE $@
This page took 0.024287 seconds and 4 git commands to generate.