Created
September 18, 2011 05:30
-
-
Save lg/1224765 to your computer and use it in GitHub Desktop.
Find random people on minted.com
This file contains hidden or 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
# change YOURFRIENDSNAMEHERE to your friend's name | |
for i in {2000..2230}; do echo $i; if curl --silent "http://www.minted.com/search?designerID=$i" | grep -i 'YOURFRIENDSNAMEHERE'; then echo "match $i"; fi; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment