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