monkey.sh: cd to adb path first (Windows)

This commit is contained in:
Calcitem 2021-02-21 01:44:42 +08:00
parent 4f0da829f8
commit 2cf96079cc
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/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
cd ~/AppData/Local/Android/Sdk/platform-tools
./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