From e23d5771057290918ee7e7d1f3bb994416acd72b Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Sun, 10 Nov 2013 10:03:30 -0500 Subject: [PATCH] Remove this script; no longer needed. --- maintainer-scripts/update.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 maintainer-scripts/update.sh 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"