# Download a file from the web. # Usaee: dl [FILES...] function dl() { wcurl --curl-options='--http2 --continue-at -' -- ${@} }