diff options
Diffstat (limited to 'qtsixa/watch')
-rwxr-xr-x | qtsixa/watch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qtsixa/watch b/qtsixa/watch index cb8648c..edce4fa 100755 --- a/qtsixa/watch +++ b/qtsixa/watch @@ -1,5 +1,6 @@ #!/bin/sh +[ -f 'index.html' ] && rm 'index.html' wget http://sourceforge.net/projects/qtsixa/files/ >/dev/null 2>/dev/null if [ $? = 0 ]; then [ -f unfetchable ] && rm unfetchable |