From f00517ae7d655f2e22f0738754b5e0fc1a979664 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 17 Nov 2012 07:38:42 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- dooble/watch | 1 + pony/watch | 1 + 2 files changed, 2 insertions(+) diff --git a/dooble/watch b/dooble/watch index 8f1968d..4547d52 100755 --- a/dooble/watch +++ b/dooble/watch @@ -3,6 +3,7 @@ wget http://dooble.sourceforge.net/ >/dev/null 2>/dev/null if [ $? = 0 ]; then grep Release < index.html | md5sum > new-sum + touch sum if [ "$(cat sum)" = "$(cat new-sum)" ]; then rm new-sum else diff --git a/pony/watch b/pony/watch index c8a8af5..e7e4123 100755 --- a/pony/watch +++ b/pony/watch @@ -3,6 +3,7 @@ wget http://hackage.haskell.org/package/pony >/dev/null 2>/dev/null if [ $? = 0 ]; then md5sum < pony > new-sum + touch sum if [ "$(cat sum)" = "$(cat new-sum)" ]; then rm new-sum else -- cgit v1.2.3-70-g09d2