4 lines
85 B
Bash
4 lines
85 B
Bash
|
url="https://youtu.be/XnzxEGLaPxs"
|
||
|
|
||
|
pkill -f $url || mpv --shuffle --no-video "$url"
|