Last active
August 29, 2015 14:06
-
-
Save tomorrowkey/3b7a29073c362639407c to your computer and use it in GitHub Desktop.
find apk and install it
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
installapk() { | |
find ./ -name *.apk | peco | xargs adb install -r | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Find apk file under current directry, and install the app which you selected by peco