VS2008 project files.
[xiph/unicode.git] / ezstream / examples / meta.sh
blobb022dfffeff892aef50e5940010e497d315b851f
1 #!/bin/sh
3 # Example metadata script that has the behavior required by ezstream.
5 test -z "${1}" && echo "Ezstream presents"
6 test x"${1}" = "xartist" && echo "Great Artist"
7 test x"${1}" = "xtitle" && echo "Great Song"