From: Tiago Faria Date: Mon, 12 Jan 2009 07:39:22 +0000 (-0100) Subject: Added clean script X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8c08aee09553e2c5c6d5b987e1d51719de9b4fec;p=quix0rs-gnu-social.git Added clean script --- diff --git a/CLEAN b/CLEAN new file mode 100755 index 0000000000..cbb5f25360 --- /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 {} \;