git.fiddlerwoaroof.com
Browse code

adding the cron script!

Ed L authored on 12/10/2015 18:14:15
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+cd $HOME/planet
3
+. bin/activate
4
+rawdog -u -w
5
+cd $HOME/.rawdog
6
+git add output/*.xml
7
+git add output/index-????-??-??.html
8
+git add output/headlines.html
9
+git commit -m "`date`---Regular update"
10
+git push