diff options
Diffstat (limited to 'dooble/watch')
-rwxr-xr-x | dooble/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dooble/watch b/dooble/watch index a30860d..ed3c5c0 100755 --- a/dooble/watch +++ b/dooble/watch @@ -4,7 +4,7 @@ wget http://dooble.sourceforge.net/ >/dev/null 2>/dev/null if [ $? = 0 ]; then [ -f unfetchable ] && rm unfetchable - grep Release < index.html | md5sum > new-sum + grep 'has been released' < index.html | md5sum > new-sum touch sum if [ "$(cat sum)" = "$(cat new-sum)" ]; then rm new-sum |