Updated for multisystem - bin/stream
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
@@ -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 &
|
||||||
|
Reference in New Issue
Block a user