hy/maintainer-scripts/update.sh
2013-04-15 08:37:25 -04:00

16 lines
234 B
Bash
Executable File

#!/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"