Skip to content

Instantly share code, notes, and snippets.

View michaelkmatific's full-sized avatar

michaelkmatific

View GitHub Profile
@michaelkmatific
michaelkmatific / ADB+.BAT
Created April 24, 2017 14:45 — forked from thebagchi/ADB+.BAT
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:""="%"