fish/functions/wget-site.fish @ 31e094924f7e

Slack is a hellscape
author Steve Losh <steve@stevelosh.com>
date Mon, 31 Aug 2020 11:53:56 -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