Signed-off-by: Marcin Wozniak <y0rune@aol.com>
This commit is contained in:
2020-08-13 17:58:00 +02:00
committed by Marcin Wozniak
parent dab188b470
commit cbc3fdc5e6
8 changed files with 13 additions and 13 deletions

2
.local/bin/stream Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
nohup streamlink -p mpv $1 best > /dev/null 2>&1 &