Skip to content

Instantly share code, notes, and snippets.

View michaelkmatific's full-sized avatar

michaelkmatific

View GitHub Profile
@thebagchi
thebagchi / ADB+.BAT
Last active December 28, 2021 05:29
script for issuing commands to multiple android devices on windows
:: Inspired by Linux version of the same https://gist.github.com/christopherperry/3208109
@echo off
SET ARGUMENTS=%~1
if "%ARGUMENTS%" == "" (
GOTO EOF
)
SET "ARGUMENTS=%ARGUMENTS:""="%"