#!/system/bin/sh
#
# Malez @2010
# clear all boot logs
#

DIRECTORY=/cache/log

rm -f ${DIRECTORY}/* && echo "Boot logs cleared"
