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