New Script: noagendastream.sh

This commit is contained in:
mollusk 2021-08-17 04:28:49 -07:00
parent 823e728a8d
commit a488e9c456

6
noagendastream.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
if [ -f /usr/bin/mpv ];then
mpv http://listen.noagendastream.com/noagenda
fi