fish/functions/wget-site.fish @ 9b1ea4d101e0

Fuck off vimgo
author Steve Losh <steve@stevelosh.com>
date Wed, 26 Sep 2018 17:48:10 +0000
parents aeab9d321fea
children (none)
function wget-site -d "wget an entire site"
    wget --mirror --convert-links --adjust-extension --page-requisites --no-parent --wait=1 $argv
end