Skip to content

Instantly share code, notes, and snippets.

@rhwlo
Created April 18, 2013 22:01
Show Gist options
  • Save rhwlo/5416599 to your computer and use it in GitHub Desktop.
Save rhwlo/5416599 to your computer and use it in GitHub Desktop.
paste into the terminal with your state to find out who voted for CISPA!
(state='CA';curl -s 'http://clerk.house.gov/evs/2012/roll192.xml' | sed -rn '/'$state'"/{/Aye/{s/^.+r">([^<]+).*$/\1/p;};}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment