Added clean script

This commit is contained in:
Tiago Faria 2009-01-12 06:39:22 -01:00
parent 1a699fff1e
commit 8c08aee095
1 changed files with 3 additions and 0 deletions

3
CLEAN Executable file
View File

@ -0,0 +1,3 @@
find . -type f -name "pootle*" -exec rm -f {} \;
find . -type f -name "laconica.po.pending" -exec rm -f {} \;
find . -type f -name "laconica.po.stats" -exec rm -f {} \;