mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-12-04 14:46:31 -05:00
6 lines
119 B
Bash
6 lines
119 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Example playlist script that has the behavior required by ezstream.
|
||
|
|
||
|
echo "Great_Artist_-_Great_Song.ogg"
|