Revision a66d110b8836da868ab39df5f6f381a0d8decd9e authored by fionnoh on 23 May 2019, 10:49:54 UTC, committed by fionnoh on 23 May 2019, 10:49:54 UTC
1 parent 918e673
Raw File
cleanup
find . -name "*~" -print -exec rm -f {} \;
find . -name "errs" -print -exec rm -f {} \;
find . -name "log" -print -exec rm -f {} \;
find . -name "*.bak" -print -exec rm -f {} \;
back to top