4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
# need: pip install streamlink
|
|
streamlink "twitch.tv/$1" best --player-fifo -p omxplayer
|