From 05f7728aa3f6a86bc9529530b13fcf86a6ae90be Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 8 Jul 2015 18:02:02 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xcftools/upload | 1 + xcftools/watch | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 120000 xcftools/upload create mode 100755 xcftools/watch (limited to 'xcftools') diff --git a/xcftools/upload b/xcftools/upload new file mode 120000 index 0000000..1e7a8be --- /dev/null +++ b/xcftools/upload @@ -0,0 +1 @@ +../upload \ No newline at end of file diff --git a/xcftools/watch b/xcftools/watch new file mode 100755 index 0000000..09ac1eb --- /dev/null +++ b/xcftools/watch @@ -0,0 +1,20 @@ +#!/bin/sh + +[ -f 'versions' ] && rm 'versions' +wget http://henning.makholm.net/xcftools -O - | grep -Po ']*>' | grep 'xcftools' | grep -v asc > versions +if [ $? = 0 ]; then + [ -f unfetchable ] && rm unfetchable + md5sum < versions > new-sum + touch sum + if [ "$(cat sum)" = "$(cat new-sum)" ]; then + rm new-sum + else + mv new-sum sum + echo 'xcftools' + fi + rm versions +elif [ ! -f unfetchable ]; then + touch unfetchable + echo 'xcftools (unfetchable)' +fi + -- cgit v1.2.3-70-g09d2