myhome/.local/bin/twitch

3 lines
85 B
Plaintext
Raw Normal View History

2020-05-09 13:43:39 +02:00
#!/bin/bash
nohup streamlink -p mpv https://www.twitch.tv/$1 best > /dev/null 2>&1 &