Updated for multisystem - bin/stream
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
cbc3fdc5e6
commit
07b3870e3d
@ -1,2 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
nohup streamlink -p mpv $1 best > /dev/null 2>&1 &
|
KERNEL=$(uname -sr)
|
||||||
|
[[ $KERNEL =~ "Microsoft" ]] && nohup streamlink -p "/mnt/c/Program\ Files/VideoLAN/VLC/vlc.exe" $1 best > /dev/null 2>&1 &
|
||||||
|
[[ $KERNEL =~ "gentoo" ]] && nohup streamlink -p mpv $1 best > /dev/null 2>&1 &
|
||||||
|
Loading…
Reference in New Issue
Block a user