4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
|
#!/bin/bash
|
||
|
xset dpms force on
|
||
|
mpv ~/youtube-dl-vids/vladislav.mp4
|