fish/functions/wget-site.fish @ 2b37786c6a97

Update
author Steve Losh <steve@stevelosh.com>
date Fri, 08 Sep 2017 19:37:36 -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