blob: e92e1bd35dd222b55abbc3cf15bd2a22bb7ef2bf [file] [log] [blame]
Instrumental9ec28952018-07-12 11:14:10 -05001for D in `find . -type d`; do
2 if [ "$D" != "./" ]; then
3 rm -f $D/*.log
4 fi
5done
6