OSDN Git Service

am 24a8fe8: AI 148797: Back-port the new version of the Grid.java from D
[android-x86/development.git] / cmds / monkey / monkey
1 # Script to start "monkey" on the device, which has a very rudimentary
2 # shell.
3 #
4 base=/system
5 export CLASSPATH=$base/framework/monkey.jar
6 exec app_process $base/bin com.android.commands.monkey.Monkey $*
7