Skip to content

Instantly share code, notes, and snippets.

@bengrunfeld
Last active September 8, 2016 22:53
Show Gist options
  • Save bengrunfeld/14b3bbcd15832e6c7590ba5869a3f6e9 to your computer and use it in GitHub Desktop.
Save bengrunfeld/14b3bbcd15832e6c7590ba5869a3f6e9 to your computer and use it in GitHub Desktop.
# Gunicorn Shortcuts
alias p='pstree -ap|grep gunicorn'
alias k='kill -HUP'
# New with Ubuntu 14.04 LTS update, I think
alias c='sudo cp -r /home/vagrant/tetralytics/src/static/dist /home/vagrant/tt-server/src/static/;
sudo cp -r /home/vagrant/tetralytics/src/templates /home/vagrant/tt-server/src'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment