compliancy fixes
[planet-ucc.git] / launch-update-planet.sh
1 #!/bin/sh
2 #
3 # launch-update-planet.sh
4 #
5 # A nice script to call update-planet and ship the files off to mussel.
6 # This script is suitable for cron, and shell execution.
7 #
8 # (c) 2004, Davyd Madeley <[email protected]>
9
10 OLDPWD=`pwd`
11 cd $HOME/projects/planetucc/
12 ./update-planet
13 scp planet.html [email protected]:public-html/index.html
14 scp rss[12].xml [email protected]:public-html/
15 cd $OLDPWD

UCC git Repository :: git.ucc.asn.au