#!/system/bin/sh

echo "Remount /system in rw.."

/system/xbin/mount -o remount rw /system
