diff --git a/examples/shell/oneliners/turn-tty-display-off.sh b/examples/shell/oneliners/turn-tty-display-off.sh new file mode 100644 index 0000000..768fad5 --- /dev/null +++ b/examples/shell/oneliners/turn-tty-display-off.sh @@ -0,0 +1,2 @@ +# Oneliner to turn display off while on tty +echo 1 > /sys/class/graphics/fb0/blank \ No newline at end of file