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