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