]> git.phdru.name Git - dotfiles.git/blob - bin/wget-m
bin/wget-*: add option -4; reorder options
[dotfiles.git] / bin / wget-m
1 #! /bin/sh
2
3 . "$HOME"/lib/config/wget
4
5 exec wget -4 --mirror --continue -e robots=off --limit-rate="$wget_speed" \
6    --page-requisites --proxy=off -nH --no-parent --trust-server-names \
7    --wait=15 --random-wait "$@"
8
9 # Other useful flags are: -b (--background) --cut-dirs -E (--html-extension)
10 # -k (--convert-links)