Skip to content

Instantly share code, notes, and snippets.

@tylerharper
Created December 14, 2009 12:28
Show Gist options
  • Save tylerharper/256011 to your computer and use it in GitHub Desktop.
Save tylerharper/256011 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import urllib
import webbrowser
import sys
args = {'command': ' '.join(sys.argv[1:])}
url = 'http://yubnub.org/parser/parse?' + urllib.urlencode(args)
webbrowser.open(url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment