4 lines
169 B
Plaintext
Executable File
4 lines
169 B
Plaintext
Executable File
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 {} \;
|