projects
/
hamn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f69b0e
)
Call twitter posting script from the main cron job
author
Magnus Hagander
<magnus@hagander.net>
Thu, 20 Aug 2009 19:07:25 +0000
(21:07 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 20 Aug 2009 19:07:25 +0000
(21:07 +0200)
planet_run.sh
patch
|
blob
|
blame
|
history
diff --git
a/planet_run.sh
b/planet_run.sh
index c3f87fd8d1ca9e4ebdba6b13a77086796c0627ff..6d9f3e25c3104f549132bacc9531d3fe14b196de 100755
(executable)
--- a/
planet_run.sh
+++ b/
planet_run.sh
@@
-6,4
+6,5
@@
cd /home/planetpg/planet
date >> planet.log
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