Remove pkgs_debian target - it does too much
[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.048348 seconds and 4 git commands to generate.