]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added clean script
authorTiago Faria <gouki@goukihq.org>
Mon, 12 Jan 2009 07:39:22 +0000 (06:39 -0100)
committerTiago Faria <gouki@goukihq.org>
Mon, 12 Jan 2009 07:39:22 +0000 (06:39 -0100)
CLEAN [new file with mode: 0755]

diff --git a/CLEAN b/CLEAN
new file mode 100755 (executable)
index 0000000..cbb5f25
--- /dev/null
+++ b/CLEAN
@@ -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 {} \;