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