5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
#!/bin/bash
|
||
|
xset dpms force on
|
||
|
wait 3
|
||
|
mpv ~/youtube-dl-vids/narwhals.mp4
|