summaryrefslogtreecommitdiffstats
path: root/auth/sample/logs/clean
blob: 7d5152b98a55eff23a22af2b7b67ecb718fbe2d9 (plain)
1
2
3
4
5
6
7
cd /opt/app/osaaf/logs
for D in `find . -type d`; do 
  if [ "$D" != "./" ]; then 
	rm -f $D/*.log
  fi
done