joelagnel / adeb

A debian-based shell environment designed for Android and adb
Apache License 2.0
319 stars 100 forks source link

androdeb: add androdeb pull command #5

Closed ErickReyesR closed 6 years ago

ErickReyesR commented 6 years ago

There was already "androdeb pull" command, which did a git pull. This was renamed to "androdeb git-pull". The new command makes it easier to retrieve files from the androdeb filesystem. The same options as "adb pull" are supported.

ErickReyesR commented 6 years ago

Joel,

I refactored the function to make it easier to understand and got rid of the extra lines. Mind taking a look?