Created
June 3, 2016 09:17
-
-
Save caarmen/ba48bb0c809022f80380dcfb439fbf71 to your computer and use it in GitHub Desktop.
Rotate genymotion in a loop
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
x=0 | |
while [ 1 ] | |
do | |
x=`expr \( $x + 90 \) % 360 ` | |
/Applications/Genymotion\ Shell.app/Contents/MacOS/genyshell -c "rotation setangle $x" | |
sleep 1 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then use this command to run monkey on your app: