fish/functions/wget-site.fish @ db7650d6c3a4

Clean up and improve batchcolor
author Steve Losh <steve@stevelosh.com>
date Wed, 23 Dec 2020 09:20:46 -0500
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