diff options
author | Tiago Faria <gouki@goukihq.org> | 2009-01-12 06:39:22 -0100 |
---|---|---|
committer | Tiago Faria <gouki@goukihq.org> | 2009-01-12 06:39:22 -0100 |
commit | 8c08aee09553e2c5c6d5b987e1d51719de9b4fec (patch) | |
tree | e6f3e1a56af08f258b59e99c41392c52ea41cdf4 | |
parent | 1a699fff1eddc5ea7122b785be0200f1def14f87 (diff) |
Added clean script
-rwxr-xr-x | CLEAN | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 {} \; |