myhome/.local/bin/stream
Marcin Woźniak 07b3870e3d Updated for multisystem - bin/stream
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2020-08-18 08:09:15 +02:00

5 lines
236 B
Bash
Executable File

#!/bin/bash
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 &