myhome/.local/bin/stream
Marcin Woźniak 1c341d2dea Updated
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2020-10-03 12:56:32 +02:00

5 lines
223 B
Bash
Executable File

#!/bin/bash
KERNEL=$(uname -sr)
[[ $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 &