master
Nick Sergeant 2012-09-17 13:28:57 -04:00
parent 5900c5d55e
commit f5a4452d94
2 changed files with 3 additions and 3 deletions

4
gk
View File

@ -1,3 +1,3 @@
#!/usr/local/bin/fish
#!/bin/bash
kill (cat .gunicorn.pid)
kill `cat .gunicorn.pid`

2
gs
View File

@ -1,3 +1,3 @@
#!/usr/local/bin/fish
#!/bin/bash
gunicorn -c gunicorn.conf.py debug_wsgi:application