5 lines
61 B
Bash
5 lines
61 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
QUERY="$@"
|
||
|
mpv --no-video "$(yt-search $QUERY)"
|