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
#!/system/bin/sh | |
# Written by nikp123 2017 :D | |
# Powers off android when you unplug it from the charger | |
# Make sure busybox is installed in order this to work | |
while : | |
do | |
sleep 10 |
NewerOlder