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