Skip to content

Instantly share code, notes, and snippets.

@nqthqn
Created September 7, 2014 01:34
Show Gist options
  • Save nqthqn/853ad6f56cb88c57184b to your computer and use it in GitHub Desktop.
Save nqthqn/853ad6f56cb88c57184b to your computer and use it in GitHub Desktop.
cat /Users/nathann/code/ipals/env/bin/grunt#!/Users/nathann/code/ipals/env/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'grunt==0.1.1','console_scripts','grunt'
__requires__ = 'grunt==0.1.1'
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.exit(
load_entry_point('grunt==0.1.1', 'console_scripts', 'grunt')()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment