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