Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@justquick
Created September 20, 2011 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justquick/1229422 to your computer and use it in GitHub Desktop.
Save justquick/1229422 to your computer and use it in GitHub Desktop.
GIT-R-DONE!
#!/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