Skip to content

Instantly share code, notes, and snippets.

View daef's full-sized avatar
💭
😈🍴💣

mnml_ daef

💭
😈🍴💣
View GitHub Profile
@daef
daef / wget-alias.terminal
Created January 13, 2025 19:43 — forked from elventear/wget-alias.terminal
Make a curl behave like wget with an alias
alias wget="curl -L -O --retry 999 --retry-max-time 0 -C -"
##
# Line should be placed at ~/.bash_profile
# Source: http://www.mymacosx.com/terminal/wget-replacement-macos.html
# Source: http://superuser.com/questions/142459/persistent-retrying-resuming-downloads-with-curl
##