Skip to content

Instantly share code, notes, and snippets.

@rcerrejon
Created April 18, 2024 08:18
Show Gist options
  • Save rcerrejon/eb4f941403eca44f67b62e8ad65f18f7 to your computer and use it in GitHub Desktop.
Save rcerrejon/eb4f941403eca44f67b62e8ad65f18f7 to your computer and use it in GitHub Desktop.
install a batch of apks (Windows Terminal)
for %e in (*.apk) do adb install "%e"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment