mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -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"
|