4 lines
127 B
Bash
Executable File
4 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo tvservice -p > /dev/null && sudo chvt 1 && sudo chvt 8 # cycling virtual terminals helps wake up the display
|