3 lines
96 B
Bash
3 lines
96 B
Bash
|
#!/bin/bash
|
||
|
streamlink $(xclip -selection clipboard -o) || mpv $(xclip -selection clipboard -o)
|