1#!/system/bin/sh
2export CLASSPATH=/system/framework/content.jar
3exec app_process /system/bin com.android.commands.content.Content "$@"
4