7 lines
92 B
Bash
Executable File
7 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
if [ -f /usr/bin/mpv ];then
|
|
mpv http://listen.noagendastream.com/noagenda
|
|
fi
|