From 1c341d2deab02b3d4c3525e0b7a66744b3d166ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 3 Oct 2020 12:56:32 +0200 Subject: [PATCH] Updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .local/bin/stream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/stream b/.local/bin/stream index 0982051..ae499ce 100755 --- a/.local/bin/stream +++ b/.local/bin/stream @@ -1,4 +1,4 @@ #!/bin/bash KERNEL=$(uname -sr) -[[ $KERNEL =~ "icrosoft" ]] && nohup streamlink -p "/mnt/c/Program\ Files/VideoLAN/VLC/vlc.exe" $1 best > /dev/null 2>&1 & +[[ $KERNEL =~ "icrosoft" ]] && streamlink -p "https://www.twitch.tv/riotgames best" $1 best > /dev/null 2>&1 & [[ $KERNEL =~ "gentoo" ]] && nohup streamlink -p mpv $1 best > /dev/null 2>&1 &