mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
4 lines
132 B
Plaintext
4 lines
132 B
Plaintext
|
find . -name "*~" -print -exec rm -f {} \;
|
||
|
find . -name "errs" -print -exec rm -f {} \;
|
||
|
find . -name "log" -print -exec rm -f {} \;
|