From e4567cdf4e1f2d480ce390ad9578587c19ee7cda Mon Sep 17 00:00:00 2001 From: Calcitem Date: Tue, 8 Dec 2020 22:33:20 +0800 Subject: [PATCH] =?UTF-8?q?tests:=20=E4=B8=BA=20monkey.sh=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=20#!/bin/bash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/monkey.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/monkey.sh b/tests/monkey.sh index 7f78d7ab..e7f5900a 100644 --- a/tests/monkey.sh +++ b/tests/monkey.sh @@ -1 +1,3 @@ +#!/bin/bash + adb shell monkey -v -p com.calcitem.sanmill --pct-touch 100 --pct-trackball 0 --pct-nav 0 --pct-majornav 0 --pct-syskeys 0 --pct-anyevent 0 1000 \ No newline at end of file