fish/functions/wget-site.fish @ 46cdf14b43df

More
author Steve Losh <steve@stevelosh.com>
date Tue, 13 Mar 2018 16:39:41 +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