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