aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-04-02 11:09:31 +0200
committerAlex Legler <alex@a3li.li>2015-04-02 11:09:31 +0200
commitb0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef (patch)
treeae0ac2aedd349e4e5757200b5017e12f9a2b5b36 /bin/update-devaway.sh
downloadwww-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.gz
www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.bz2
www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.zip
Initial version
Diffstat (limited to 'bin/update-devaway.sh')
-rwxr-xr-xbin/update-devaway.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/update-devaway.sh b/bin/update-devaway.sh
new file mode 100755
index 0000000..29bf264
--- /dev/null
+++ b/bin/update-devaway.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# TODO: One day, fix up the json to be compatible with jekyll's parser
+echo -n 'Updating devaway information...'
+wget 'http://dev.gentoo.org/devaway/xml/' -O _data/devaway.xml 2>/dev/null
+echo 'done.' \ No newline at end of file