George Burgess IV | 6c16888 | 2017-11-04 15:58:58 -0700 | [diff] [blame] | 1 | #!/system/bin/sh |
Jeff Sharkey | 7d2af54 | 2015-05-12 15:27:15 -0700 | [diff] [blame] | 2 | # Script to start "sm" on the device, which has a very rudimentary |
3 | # shell. | ||||
4 | # | ||||
5 | base=/system | ||||
6 | export CLASSPATH=$base/framework/sm.jar | ||||
7 | exec app_process $base/bin com.android.commands.sm.Sm "$@" |