Skip to content

Instantly share code, notes, and snippets.

@ryandevore
Created April 21, 2023 14:05
Show Gist options
  • Save ryandevore/18ffa227be9886b578ba6b2e4892c6d7 to your computer and use it in GitHub Desktop.
Save ryandevore/18ffa227be9886b578ba6b2e4892c6d7 to your computer and use it in GitHub Desktop.
Bash Script to restart Android Studio ADB
#!/bin/zsh
adb kill-server && adb start-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment