Skip to content

Instantly share code, notes, and snippets.

@tomorrowkey
Last active August 29, 2015 14:06
Show Gist options
  • Save tomorrowkey/3b7a29073c362639407c to your computer and use it in GitHub Desktop.
Save tomorrowkey/3b7a29073c362639407c to your computer and use it in GitHub Desktop.
find apk and install it
installapk() {
find ./ -name *.apk | peco | xargs adb install -r
}
@tomorrowkey
Copy link
Author

Find apk file under current directry, and install the app which you selected by peco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment