Skip to content

Releases: brunohgv/adbatch

v1.2.0

16 Mar 01:45
Compare
Choose a tag to compare

Default message when running adbatch

v1.1.0

15 Mar 22:41
Compare
Choose a tag to compare

Added concurrency support for commands

Now the commands will run concurrently.
It will enable the users to have better performance while using the tool

v1.0.0

15 Mar 00:25
Compare
Choose a tag to compare

ADBATCH

The adbatch is a simple way to execute adb commands to all connected devices

How to use

Execute the same command used in the adb but replacing by adbatch

Example

adbatch shell ls

It will execute the shell ls command to all connected devices, print the output and save the output for each device in a file called [DEVICE_ID]-out.txt in the current directory