Skip to content

Instantly share code, notes, and snippets.

@tahl
Created August 23, 2012 18:07
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 tahl/3439699 to your computer and use it in GitHub Desktop.
Save tahl/3439699 to your computer and use it in GitHub Desktop.
Android Download Script
#!/bin/bash
while :
do
wget -O - http://ipv4.download.thinkbroadband.com/512MB.zip
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment