myhome/.local/bin/stream-youtube
2020-05-09 13:43:39 +02:00

3 lines
63 B
Bash
Executable File

#!/bin/bash
nohup streamlink -p mpv $1 best > /dev/null 2>&1 &