Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > c098901446a725bb5b50fbd3c9cb2a39 > files > 16

ezstream-0.5.6-1.fc13.i686.rpm

#!/bin/sh

# Minimalist example metadata script that has the behavior required by
# ezstream.

test -z "${1}" && echo "Ezstream presents"
test x"${1}" = "xartist" && echo "Great Artist"
test x"${1}" = "xtitle" && echo "Great Song"