4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
xset dpms force on
|
|
mpv --loop=inf ~/youtube-dl-vids/epicsaxguy.mp4
|