4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
#!/bin/bash
|
||
|
xset dpms force on
|
||
|
mpv --loop=inf ~/youtube-dl-vids/maya.mp4
|