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