diff options
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 a1e2ddf..fd24abe 100755 --- a/dooble/watch +++ b/dooble/watch @@ -1,5 +1,6 @@  #!/bin/sh +[ -f 'index.html' ] &&  rm 'index.html'  wget http://dooble.sourceforge.net/ >/dev/null 2>/dev/null  if [ $? = 0 ]; then  	[ -f unfetchable ] && rm unfetchable | 
