vanadium-archive / madb

Multi-device Android Debug Bridge (madb): A command line tool that wraps Android Debug Bridge (adb) and provides various features for controlling multiple Android devices concurrently.
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

"madb extern" command #31

Closed yyoon closed 8 years ago

yyoon commented 8 years ago

Allow running any external commands using madb.

The serial number could be passed in with {{serial}} keyword, and ANDROID_SERIAL would be implicitly set so that commands which don't take the serial number as an argument can still be run.