fish/functions/wget-site.fish @ c7951f2b75a3

More cleanup
author Steve Losh <steve@stevelosh.com>
date Fri, 18 Mar 2022 15:29:58 -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