Created
August 25, 2024 01:24
-
-
Save nasitra/a2da06e1b9332cf1048b79ebf1640022 to your computer and use it in GitHub Desktop.
Shell alias for running adb command on all connected devices
This file contains hidden or 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
alias adball='adb devices | tail +2 | cut -f 1 | xargs -i adb -s {}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment