Skip to content

Instantly share code, notes, and snippets.

@dragonauta
Created May 22, 2015 13:22
Show Gist options
  • Save dragonauta/e4703b7cb905a1425be0 to your computer and use it in GitHub Desktop.
Save dragonauta/e4703b7cb905a1425be0 to your computer and use it in GitHub Desktop.
Download with WGET using bandwidth limit
#!/bin/bash
LIMIT=<your limit bandwidth>
URL=<your download url>
wget -c --limit-rate=$LIMIT $URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment