diff options
| author | Mattias Andrée <maandree@operamail.com> | 2012-11-17 07:38:42 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2012-11-17 07:38:42 +0100 | 
| commit | f00517ae7d655f2e22f0738754b5e0fc1a979664 (patch) | |
| tree | 2d07b290a33508cf5fac74a4dc125030aa039133 /dooble | |
| parent | auto update watch for dooble (diff) | |
| download | aur-packages-f00517ae7d655f2e22f0738754b5e0fc1a979664.tar.gz aur-packages-f00517ae7d655f2e22f0738754b5e0fc1a979664.tar.bz2 aur-packages-f00517ae7d655f2e22f0738754b5e0fc1a979664.tar.xz | |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rwxr-xr-x | dooble/watch | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 | 
