Skip to content

Instantly share code, notes, and snippets.

@nasitra
Created August 25, 2024 01:24
Show Gist options
  • Save nasitra/a2da06e1b9332cf1048b79ebf1640022 to your computer and use it in GitHub Desktop.
Save nasitra/a2da06e1b9332cf1048b79ebf1640022 to your computer and use it in GitHub Desktop.
Shell alias for running adb command on all connected devices
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