Remove this script; no longer needed.

This commit is contained in:
Paul Tagliamonte 2013-11-10 10:03:30 -05:00
parent 4962f4ca32
commit e23d577105

View File

@ -1,15 +0,0 @@
#!/bin/bash
function metatron {
ssh metatron.pault.ag $@
}
function www {
metatron -l www $@
}
metatron "cd /opt/hylang/hy; git pull"
metatron "cd /srv/www/uwsgi/app/shyte; git pull; make"
www "kill-apps"
www "start-apps"