Skip to content

Instantly share code, notes, and snippets.

@samuell
Created September 26, 2012 09:16
Show Gist options
  • Save samuell/3786962 to your computer and use it in GitHub Desktop.
Save samuell/3786962 to your computer and use it in GitHub Desktop.
usr/bin/pyhelp script (To enable quick python help from e.g. vim)
#!/bin/bash
/usr/bin/python -c "help(\"$1\")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment