Skip to content

Instantly share code, notes, and snippets.

@arnaudsj
Created January 10, 2011 01:03
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 arnaudsj/772202 to your computer and use it in GitHub Desktop.
Save arnaudsj/772202 to your computer and use it in GitHub Desktop.
Add this as a command of a new bundle and set a shortcut (I use command+P)
if [ -f "${TM_PROJECT_DIRECTORY}/.couchapprc" ]; then
/usr/local/Cellar/python/2.7/bin/couchapp push
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment