Merge branch 'master' of github.com:paultag/hy

This commit is contained in:
Paul R. Tagliamonte 2013-04-15 23:00:18 -04:00
commit 1bcce13e1d

15
maintainer-scripts/update.sh Executable file
View File

@ -0,0 +1,15 @@
#!/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"