fish/functions/wget-single.fish @ 502c03ce389d

More
author Steve Losh <steve@stevelosh.com>
date Thu, 04 Dec 2025 10:15:30 -0500
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