Skip to content

Instantly share code, notes, and snippets.

View thebagchi's full-sized avatar

Sandeep Bagchi thebagchi

  • Kolkata (India)
View GitHub Profile
@smelfungus
smelfungus / ADBShell+.bat
Created June 12, 2016 10:27
Run ADB shell command with options on all connected devices
:: Inpired by Windows version https://gist.github.com/thebagchi/df29ae862fc1c296dec2
:: Which is inspired by Linux version of the same https://gist.github.com/christopherperry/3208109
@echo off
SET ARGUMENTS=%*
if "%ARGUMENTS%" == "" (
GOTO EOF
)