Created
June 12, 2014 08:10
-
-
Save trusktr/356e4f6f2840827ea9ea to your computer and use it in GitHub Desktop.
Touch emulation shell script for Android.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sleep 10 | |
while [ 1 ]; do | |
input swipe 700 380 1020 600 1000 | |
input tap 960 540 | |
input swipe 1220 700 900 480 1000 | |
input tap 960 540 | |
input swipe 1220 700 900 480 1000 | |
input tap 960 540 | |
input swipe 700 380 1020 600 1000 | |
input tap 960 540 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment