Skip to content

Commit

Permalink
Added shutdown twrp scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmich committed Feb 23, 2016
1 parent 0cd9426 commit e7313e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recovery/root/sbin/poweroff.sh
@@ -0,0 +1,3 @@
#!/sbin/busybox sh

exec /sbin/poweroff
3 changes: 3 additions & 0 deletions recovery/root/sbin/rebootrecovery.sh
@@ -0,0 +1,3 @@
#!/sbin/busybox sh

exec /sbin/reboot recovery
3 changes: 3 additions & 0 deletions recovery/root/sbin/rebootsystem.sh
@@ -0,0 +1,3 @@
#!/sbin/busybox sh

exec /sbin/reboot system

0 comments on commit e7313e6

Please sign in to comment.