master
Nick Sergeant 2012-09-09 17:56:43 -04:00
parent e345103573
commit 7d4ee18526
2 changed files with 3 additions and 3 deletions

4
gk
View File

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

2
gs
View File

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