Last active
December 27, 2018 23:19
-
-
Save PHLAK/794ad57c27e7c50ad105 to your computer and use it in GitHub Desktop.
TWRP Backup Script
This file contains 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
#!/usr/bin/env bash | |
adb reboot recovery | |
adb wait-for-device | |
adb shell twrp backup SDBO | |
adb reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment