Created
October 10, 2012 15:15
-
-
Save alexsparrow/3866277 to your computer and use it in GitHub Desktop.
gambit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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