From 806bbce38cdcf86edbe6b2d1f43ab7a752cf0631 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 27 Mar 2015 19:23:42 +0100 Subject: update dooble MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- dooble/watch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dooble/watch') diff --git a/dooble/watch b/dooble/watch index ed3c5c0..103c735 100755 --- a/dooble/watch +++ b/dooble/watch @@ -1,10 +1,10 @@ #!/bin/sh [ -f 'index.html' ] && rm 'index.html' -wget http://dooble.sourceforge.net/ >/dev/null 2>/dev/null +wget http://dooble.sourceforge.net/ -O index.html >/dev/null 2>/dev/null if [ $? = 0 ]; then [ -f unfetchable ] && rm unfetchable - grep 'has been released' < index.html | md5sum > new-sum + grep 'Dooble [[:digit:]\.]\+' < index.html | md5sum > new-sum touch sum if [ "$(cat sum)" = "$(cat new-sum)" ]; then rm new-sum -- cgit v1.2.3-70-g09d2