fish/functions/wget-site.fish @ aeab9d321fea

Add fish functions
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2016 11:42:00 +0000
parents (none)
children (none)
function wget-site -d "wget an entire site"
    wget --mirror --convert-links --adjust-extension --page-requisites --no-parent --wait=1 $argv
end