From 89c517516dfee2143a6abedf1384dc2ae8681922 Mon Sep 17 00:00:00 2001 From: Jakub Filo Date: Mon, 12 Dec 2022 23:24:21 +0000 Subject: [PATCH] Add 'examples/shell/oneliners/turn-tty-display-off.sh' --- examples/shell/oneliners/turn-tty-display-off.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/shell/oneliners/turn-tty-display-off.sh 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