Skip to content

Instantly share code, notes, and snippets.

@alexsparrow
Created October 10, 2012 15:15
Show Gist options
  • Save alexsparrow/3866277 to your computer and use it in GitHub Desktop.
Save alexsparrow/3866277 to your computer and use it in GitHub Desktop.
gambit
ANS=$(wget -qO- http://quiz.gambitresearch.com/ --save-cookies "gambit.cookies" | grep "To apply" | cut -f 2 -d ':' | cut -f 2 -d '{' | cut -f 1 -d '}' | bc -l)
echo $ANS
wget -qO- --load-cookies "gambit.cookies" http://quiz.gambitresearch.com/job/$ANS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment