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