Skip to content

Instantly share code, notes, and snippets.

@flores
Created August 26, 2014 01:56
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