]> git.phdru.name Git - dotfiles.git/blob - bin/wget-wrapper
Initial import
[dotfiles.git] / bin / wget-wrapper
1 #! /bin/sh
2
3 . "$HOME"/lib/config/wget
4
5 exec wget --continue -N --limit-rate="$wget_speed" --proxy=off \
6    --no-directories --trust-server-names "$@"
7
8 # Other useful flags are: -b (--background)
9 # -E (--html-extension) --page-requisites