Report only matching functions
[khome.git] / home / bin / wget-clone-web-site
CommitLineData
06ec33cb
SK
1#! /bin/sh
2
3# Recursively download the site
4OPT_RECURSIVE='-r'
5
6wget-clone-web $OPT_RECURSIVE $@
This page took 0.056537 seconds and 4 git commands to generate.