Skip to content

Instantly share code, notes, and snippets.

@s4cha
Created June 9, 2020 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s4cha/79f29a079a7bfb3dfbc1680af6721806 to your computer and use it in GitHub Desktop.
Save s4cha/79f29a079a7bfb3dfbc1680af6721806 to your computer and use it in GitHub Desktop.
Android live reload
while true; do adb shell am broadcast -a debug; sleep 0.5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment