Last active
September 8, 2016 22:53
-
-
Save bengrunfeld/14b3bbcd15832e6c7590ba5869a3f6e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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