3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
|
#!/bin/bash
|
||
|
nohup streamlink -p mpv https://www.twitch.tv/$1 best > /dev/null 2>&1 &
|