Not used any more
authorMagnus Hagander <magnus@hagander.net>
Wed, 10 Feb 2016 21:08:57 +0000 (22:08 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 10 Feb 2016 21:08:57 +0000 (22:08 +0100)
planet_run.sh [deleted file]

diff --git a/planet_run.sh b/planet_run.sh
deleted file mode 100755 (executable)
index 7f5c7e2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-cd /home/planetpg/planet
-date >> planet.log
-
-if [ -L virtualenv_activate ]; then
-    # If there is a link to a virtualenv present, activate that virtualenv before running
-    source virtualenv_activate
-fi
-python aggregator.py >> planet.log 2>&1
-python generator.py >>planet.log 2>&1
-python posttotwitter.py >>planet.log 2>&1
-echo Done `date` >> planet.log