Oops, need to include the filename!
authorMagnus Hagander <magnus@hagander.net>
Thu, 20 Aug 2009 19:18:02 +0000 (21:18 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 20 Aug 2009 19:18:02 +0000 (21:18 +0200)
planet_run.sh

index 6d9f3e25c3104f549132bacc9531d3fe14b196de..7296aa50c1b883adbf33fd6d189f23ed17bda2ee 100755 (executable)
@@ -6,5 +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
+python posttotwitter.py tweets.dat >>planet.log 2>&1
 echo Done `date` >> planet.log