#!/system/bin/sh
# imoseyon mods

# sd card speed boost
if [ -e /sys/devices/virtual/bdi/179:0/read_ahead_kb ]; then
 echo 1024 > /sys/devices/virtual/bdi/179:0/read_ahead_kb
fi