Created
November 20, 2015 16:21
-
-
Save kaosf/4e795211c96522a4ef3a to your computer and use it in GitHub Desktop.
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 :; do | |
| adb shell \ | |
| 'while :; do | |
| input swipe 200 900 200 100 | |
| sleep 0.2 | |
| done' | |
| echo Stopped at: `date` | |
| sleep 1 | |
| done | |
| # For http://400m.jp/ https://400m.jp/challenge/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment