Skip to content

Instantly share code, notes, and snippets.

@farhadhp
Created October 17, 2022 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farhadhp/7fb036c6dedf88c125ce91cd31fc5ef5 to your computer and use it in GitHub Desktop.
Save farhadhp/7fb036c6dedf88c125ce91cd31fc5ef5 to your computer and use it in GitHub Desktop.
wget dl
#!/usr/bin/env bash
file_url="FILE_URL"
file_name="fileName"
for i in 1 2 3 4; do
wget —limit-rate=5m -O $file_name $file_url
sudo rm -rfv $file_name
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment