Skip to content

Instantly share code, notes, and snippets.

@douglascabral
Created October 19, 2018 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglascabral/055b6e1e25bb017daec73583a22277dd to your computer and use it in GitHub Desktop.
Save douglascabral/055b6e1e25bb017daec73583a22277dd to your computer and use it in GitHub Desktop.
for SERIAL in $(adb devices | grep -v List | cut -f 1); do adb -s $SERIAL install -r nome-do-arquivo-do-app.apk; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment