Created
February 13, 2018 22:24
-
-
Save Caaz/181c6b8d55df784de1d95781010eb90d to your computer and use it in GitHub Desktop.
Swipe right every second
This file contains hidden or 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
while sleep 1 | |
do adb shell input swipe 50 400 1000 400 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment