]> git.phdru.name Git - dotfiles.git/blob - bin/wget-m
e20ff8580eabe730ba1af991f3886a4e5134bbbd
[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)