Skip to content

Instantly share code, notes, and snippets.

@renjujv
Last active February 18, 2022 17:51
Show Gist options
  • Save renjujv/e8c02ca05ba3b1f7ee7dd3d17f9f66f6 to your computer and use it in GitHub Desktop.
Save renjujv/e8c02ca05ba3b1f7ee7dd3d17f9f66f6 to your computer and use it in GitHub Desktop.
Continous Android screen looping using scrcpy
until scrcpy; do
echo "'scrcpy' crashed with exit code $?. Respawning.." >&2
sleep 1
done
# https://github.com/Genymobile/scrcpy
@renjujv
Copy link
Author

renjujv commented Feb 18, 2022

Perpetual Android screen mirroring by looping scrcpy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment