Created
March 24, 2020 05:11
-
-
Save Ricky-Wilson/46c97858ba0c425cff9e906ff2f3c10f to your computer and use it in GitHub Desktop.
ADB helper to turn off a device
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
adb shell svc power shutdown | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment