Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'clean.sh')
-rw-r--r--clean.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/clean.sh b/clean.sh
index 704cb64..f8e89d7 100644
--- a/clean.sh
+++ b/clean.sh
@@ -3,3 +3,5 @@ find `pwd` -iname "*.pyo" | xargs rm -Rf
find `pwd` -iname "*.*~" | xargs rm -Rf
find `pwd` -iname "*.egg-info" | xargs rm -Rf
find `pwd` -iname "Thumbs.db" | xargs rm -Rf
+svn st
+svn up