X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fwget-m;h=2583cb083f5eeec6bd35ff3d56ccf34d32876f54;hb=refs%2Fheads%2Fmaster;hp=e20ff8580eabe730ba1af991f3886a4e5134bbbd;hpb=dee119dad3806108d847bc98461c6296fa88d19c;p=dotfiles.git diff --git a/bin/wget-m b/bin/wget-m deleted file mode 100755 index e20ff85..0000000 --- a/bin/wget-m +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/sh - -. "$HOME"/lib/config/wget - -exec wget -4 --mirror --continue -e robots=off --limit-rate="$wget_speed" \ - --page-requisites --proxy=off -nH --no-parent --trust-server-names \ - --wait=15 --random-wait "$@" - -# Other useful flags are: -b (--background) --cut-dirs -E (--html-extension) -# -k (--convert-links) diff --git a/bin/wget-m b/bin/wget-m new file mode 120000 index 0000000..2583cb0 --- /dev/null +++ b/bin/wget-m @@ -0,0 +1 @@ +wget-mirror \ No newline at end of file