git.fiddlerwoaroof.com
Raw Blame History
#!/bin/sh
cd $HOME/planet
. bin/activate
rawdog -u -w
cd $HOME/.rawdog
git add output/*.xml
git add output/index-????-??-??.html
git add output/headlines.html
git commit -m "`date`---Regular update"
git push