Skip to content

Instantly share code, notes, and snippets.

View thebagchi's full-sized avatar

Sandeep Bagchi thebagchi

  • Kolkata (India)
View GitHub Profile
@thebagchi
thebagchi / ADBShell+.bat
Created December 14, 2020 18:13 — forked from smelfungus/ADBShell+.bat
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
)