fish/functions/wget-site.fish @ 5e6b2fd0a0e1

Add --one to pick
author Steve Losh <steve@stevelosh.com>
date Wed, 02 Sep 2020 12:12:39 -0400
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