Skip to content

Instantly share code, notes, and snippets.

@dash1291
Created December 8, 2014 08:19
Show Gist options
  • Save dash1291/ea39d4d9809d39ce0415 to your computer and use it in GitHub Desktop.
Save dash1291/ea39d4d9809d39ce0415 to your computer and use it in GitHub Desktop.
adb reboot
for i in `adb devices | awk '{print $1}' | sed 's|List||' | xargs`; do adb -s $i reboot; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment