diff --git a/maintainer-scripts/update.sh b/maintainer-scripts/update.sh new file mode 100755 index 0000000..3cce8d9 --- /dev/null +++ b/maintainer-scripts/update.sh @@ -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"