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
Consider renaming "madb start" and "madb stop" #28
These two command look too similar to
adb shell start
andadb shell stop
which are totally different from whatmadb start
andmadb stop
would do.