Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-17 00:19:47 +00:00
parent b18a761896
commit aa594e72af
88 changed files with 444 additions and 114 deletions

13
tldr/adb-kill-server Normal file
View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# adb kill-server
> Stop the Android Debug Bridge (adb) server, disconnecting devices and emulators.
> More information: <https://manned.org/adb#head14>.
- Kill the adb server if it is running:
`adb kill-server`