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