3 lines
59 B
Plaintext
3 lines
59 B
Plaintext
|
#!/bin/sh
|
||
|
xset dpms force off; sleep 1; xset dpms force on
|