blob: 4bc859e0c37407ed66e7ec77c381854a43c5cac0 [file] [log] [blame]
George Burgess IV6c168882017-11-04 15:58:58 -07001#!/system/bin/sh
Jeff Sharkey7d2af542015-05-12 15:27:15 -07002# 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 "$@"