Skip to content

Instantly share code, notes, and snippets.

@yingca1
Last active August 29, 2015 14:06
Show Gist options
  • Save yingca1/feb2e76f4c61fb196403 to your computer and use it in GitHub Desktop.
Save yingca1/feb2e76f4c61fb196403 to your computer and use it in GitHub Desktop.
# 批量装文件夹下apk
for f in *.apk ; do adb install -r $f; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment