android_leo_fsr/build/system/bin/input

8 lines
201 B
Plaintext
Raw Normal View History

# Script to start "input" on the device, which has a very rudimentary
# shell.
#
base=/system
export CLASSPATH=$base/framework/input.jar
exec app_process $base/bin com.android.commands.input.Input $*