diff options
author | 2015-04-02 11:09:31 +0200 | |
---|---|---|
committer | 2015-04-02 11:09:31 +0200 | |
commit | b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef (patch) | |
tree | ae0ac2aedd349e4e5757200b5017e12f9a2b5b36 /bin/update-devaway.sh | |
download | www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.gz www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.bz2 www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.zip |
Initial version
Diffstat (limited to 'bin/update-devaway.sh')
-rwxr-xr-x | bin/update-devaway.sh | 6 |
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 |