mirror of
https://github.com/mistergibson/radio.git
synced 2026-09-08 22:09:51 -07:00
3 lines
201 B
Shell
Executable file
3 lines
201 B
Shell
Executable file
#!/bin/bash
|
|
source /etc/profile
|
|
liquidsoap 'output.icecast(%mp3, host = "192.168.0.200", port = 7777, user="source", password="listen", mount = "/audio", mksafe(playlist("/srv/audio/favorites.pls")))'
|