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