1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00
Grid/scripts/cleanup

4 lines
132 B
Plaintext
Raw Normal View History

2015-05-18 16:35:48 +01:00
find . -name "*~" -print -exec rm -f {} \;
find . -name "errs" -print -exec rm -f {} \;
find . -name "log" -print -exec rm -f {} \;