3 lines
63 B
Plaintext
3 lines
63 B
Plaintext
|
#!/bin/bash
|
||
|
nohup streamlink -p mpv $1 best > /dev/null 2>&1 &
|