Curl : Rename wcurl to dl to match vdl.
This commit is contained in:
parent
4ba17cc039
commit
31ba1b5101
|
@ -1,5 +1,9 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
text = ''
|
text = ''
|
||||||
alias wcurl="wcurl --curl-options='--progress-bar --http2 --continue-at -'"
|
# Download a file from the web.
|
||||||
|
# Usage: dl <FILE> [FILES...]
|
||||||
|
function dl() {
|
||||||
|
wcurl --curl-options='--http2 --continue-at -' -- ''${@}
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue