Turn-on spell-check by default on note and work_log
[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.025656 seconds and 4 git commands to generate.