# Prime Directive, Nuclearmistake, Sonicxml

# Drop vm caches every 8 hours
0 20 * * * sync; echo 3 > /proc/sys/vm/drop_caches

# Clear cache every six hours
0 0/6 * * * sync; cache -rmdata

# Put shell scripts in these folders, and they will run at the named interval... like a bawss
01 * * * * busybox run-parts /system/etc/cron/cron.hourly
02 4 * * * busybox run-parts /system/etc/cron/cron.daily
22 4 * * 0 busybox run-parts /system/etc/cron/cron.weekly
