Skip to content

Instantly share code, notes, and snippets.

View AnujShah17's full-sized avatar

Anuj Shah AnujShah17

View GitHub Profile
@AnujShah17
AnujShah17 / AdbCommands
Created October 17, 2023 12:53 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@AnujShah17
AnujShah17 / index.html
Created February 3, 2023 04:26
Testing gist
<html>
<head>
<title> hello everyone </title>
</head>
<body>
<h1> this is my test file </h1>
</body>
</html>