Skip to content

Instantly share code, notes, and snippets.

@Tikolu
Last active February 8, 2021 12:28
Show Gist options
  • Save Tikolu/da3dfd7bcda0f57cd0d15a166ab01638 to your computer and use it in GitHub Desktop.
Save Tikolu/da3dfd7bcda0f57cd0d15a166ab01638 to your computer and use it in GitHub Desktop.
Android Debug Bridge Shell
:: ADB SHELL CREATED BY TIKOLU
:: TIKOLU.NET
@ECHO OFF
TITLE Android Debug Bridge
ECHO Android Debug Bridge Shell
ECHO Created by Tikolu - tikolu.net
ECHO.
:LOOP
SET input=
SET /P input=" > "
IF "%input%"=="" EXIT
adb %input%
GOTO LOOP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment