Skip to content

Instantly share code, notes, and snippets.

@flores
Created August 26, 2014 01:56
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 flores/7e64061457448b48c66e to your computer and use it in GitHub Desktop.
Save flores/7e64061457448b48c66e to your computer and use it in GitHub Desktop.
gross one-liner to get a random member for August's LA DevOps giveaways
curl 'http://www.meetup.com/ladevops/events/201936162/printrsvp/?pop=true&show_survey=1' | grep D_name |perl -pi -e 's/<span class.+>//g' |shuf |head -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment