Index: branches/RC/system/cache/clean.sh =================================================================== diff -u -N --- branches/RC/system/cache/clean.sh (revision 0) +++ branches/RC/system/cache/clean.sh (revision 10996) @@ -0,0 +1 @@ +find ./ -not -name "clean.sh" -not -name "CVS" -not -name "./" -type d -o -name "debug_*" -maxdepth 1 | xargs rm -rf