Created
September 20, 2011 15:32
-
-
Save justquick/1229422 to your computer and use it in GitHub Desktop.
GIT-R-DONE!
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
#!/bin/bash | |
if [ $1 = "done" ] | |
then | |
python -c 'import webbrowser; webbrowser.open("http://images.cheezburger.com/completestore/2010/9/13/43852ca1-5252-45de-84b9-10c5b0ce4e43.jpg")' | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment