Remove unused dimscreentoggle.sh script

This commit is contained in:
Miles Alan 2020-05-25 01:26:37 -05:00
parent ce5c529738
commit b5d910057d

View file

@ -1,6 +0,0 @@
#!/usr/bin/env sh
OLDB=$(cat /tmp/oldscreenb || echo 10)
DIMB=2
CURB=$(cat /sys/devices/platform/backlight/backlight/backlight/brightness)
[[ $CURB == $DIMB ]] && sxmo_setpinebacklight $OLDB || sxmo_setpinebacklight $DIMB