diff options
Diffstat (limited to 'python2-numpydoc/watch')
-rwxr-xr-x | python2-numpydoc/watch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python2-numpydoc/watch b/python2-numpydoc/watch index e10f310..f66d1e4 100755 --- a/python2-numpydoc/watch +++ b/python2-numpydoc/watch @@ -1,5 +1,6 @@ #!/bin/sh +[ -f 'index.html' ] && rm 'index.html' wget http://pypi.python.org/packages/source/n/numpydoc/ >/dev/null 2>/dev/null if [ $? = 0 ]; then [ -f unfetchable ] && rm unfetchable |