More updates, changelog has it all
[planet-ucc.git] / launch-update-planet.sh
diff --git a/launch-update-planet.sh b/launch-update-planet.sh
new file mode 100755 (executable)
index 0000000..f6cd890
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/sh
+#
+# launch-update-planet.sh
+#
+# A nice script to call update-planet and ship the files off to mussel.
+# This script is suitable for cron, and shell execution.
+#
+# (c) 2004, Davyd Madeley <[email protected]>
+
+OLDPWD=`pwd`
+cd $HOME/projects/planetucc/
+./update-planet
+scp planet.html [email protected]:public-html/index.html
+scp rss[12].xml [email protected]:public-html/
+cd $OLDPWD

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