#!/system/bin/sh
# 

busybox mount -o rw,remount /system
rm -R /data/dalvik-cache
busybox mount -o ro,remount /system
reboot
sync
