1#!/system/bin/sh
2# Script to start "content" on the device, which has a very rudimentary shell.
3base=/system
4export CLASSPATH=$base/framework/content.jar
5exec app_process $base/bin com.android.commands.content.Content "$@"
6
7