Skip to content

Instantly share code, notes, and snippets.

@keyboardsurfer
Created October 22, 2012 08:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keyboardsurfer/3930363 to your computer and use it in GitHub Desktop.
Save keyboardsurfer/3930363 to your computer and use it in GitHub Desktop.
Do stuff for all attached Android devices
for device in `adb devices | grep -P "\t" | cut -f 1`; do adb -s $device <insert adb commands here>; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment