0ae441956842bd823dbd89b9d6cedb9b9da03cf8
[khome.git] / bin / wget-clone-web-site
1 #! /bin/sh
2
3 # Recursively download the site
4 OPT_RECURSIVE='-r'
5
6 wget-clone-web $OPT_RECURSIVE $@
This page took 0.045381 seconds and 3 git commands to generate.