fish/functions/wget-single.fish @ a1d25734af30

more
author Steve Losh <steve@stevelosh.com>
date Sat, 02 Jul 2016 17:20:55 +0000
parents aeab9d321fea
children (none)
function wget-single -d "wget a single page"
    wget --no-parent --timestamping --convert-links --page-requisites --no-directories --no-host-directories --span-hosts --adjust-extension $argv
end