Last active
February 18, 2022 17:51
-
-
Save renjujv/e8c02ca05ba3b1f7ee7dd3d17f9f66f6 to your computer and use it in GitHub Desktop.
Continous Android screen looping using scrcpy
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
until scrcpy; do | |
echo "'scrcpy' crashed with exit code $?. Respawning.." >&2 | |
sleep 1 | |
done | |
# https://github.com/Genymobile/scrcpy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perpetual Android screen mirroring by looping scrcpy