Created
January 24, 2013 07:38
-
-
Save mbrevda/4618456 to your computer and use it in GitHub Desktop.
Find Pebble watch backer position
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in {0..1362}; do echo Searching page $i...; wget -q -O- http://www.kickstarter.com/projects/597507018/pebble-e-paper-watch-for-iphone-and-android/backers?page=$i|grep YOUR_NAME_HERE && break; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment