input revision 9066cfe9886ac131c34d59ed0e2d287b0e3c0087
1# Script to start "input" on the device, which has a very rudimentary
2# shell.
3#
4base=/system
5export CLASSPATH=$base/framework/input.jar
6exec app_process $base/bin com.android.commands.input.Input $*
7
8