useful_scripts/streams.sh

3 lines
96 B
Bash
Raw Normal View History

2023-03-24 14:40:17 -03:00
#!/bin/bash
streamlink $(xclip -selection clipboard -o) || mpv $(xclip -selection clipboard -o)