adb: add device specifying command (#15249)

This commit is contained in:
Managor
2024-12-26 09:08:08 +02:00
committed by GitHub
parent c715b82b67
commit 111145d142

View File

@@ -31,3 +31,7 @@
- List all connected devices:
`adb devices`
- Specify which device to send commands to if there are multiple devices:
`adb -s {{device_ID}} {{shell}}`