Skip to content

Instantly share code, notes, and snippets.

@lg
Created September 18, 2011 05:30
Show Gist options
  • Save lg/1224765 to your computer and use it in GitHub Desktop.
Save lg/1224765 to your computer and use it in GitHub Desktop.
Find random people on minted.com
# 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