blob: bbe27f6afdd085cd7d7dd4ea0779913c9769aa60 [file] [log] [blame]
# Script to start "monkey" on the device, which has a very rudimentary
# shell.
#
base=/system
export CLASSPATH=$base/framework/monkey.jar
trap "" HUP
exec app_process $base/bin com.android.commands.monkey.Monkey $*