Skip to content

Instantly share code, notes, and snippets.

@Caaz
Created February 13, 2018 22:24
Show Gist options
  • Save Caaz/181c6b8d55df784de1d95781010eb90d to your computer and use it in GitHub Desktop.
Save Caaz/181c6b8d55df784de1d95781010eb90d to your computer and use it in GitHub Desktop.
Swipe right every second
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