Skip to content

Instantly share code, notes, and snippets.

View nikp123's full-sized avatar
🎯
university does like to bother me a lot

nikp123 nikp123

🎯
university does like to bother me a lot
View GitHub Profile
@nikp123
nikp123 / poweroff_when_unplugged.sh
Created October 7, 2017 14:17
A script that powers off your device when unplugged from the charger
#!/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