blob: e92e1bd35dd222b55abbc3cf15bd2a22bb7ef2bf [file] [log] [blame]
for D in `find . -type d`; do
if [ "$D" != "./" ]; then
rm -f $D/*.log
fi
done