blob: 8fba0070630f228eda1839c4a1023cba53021046 [file] [log] [blame]
Jeff Sharkey7d2af542015-05-12 15:27:15 -07001# Script to start "sm" on the device, which has a very rudimentary
2# shell.
3#
4base=/system
5export CLASSPATH=$base/framework/sm.jar
6exec app_process $base/bin com.android.commands.sm.Sm "$@"