1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-01 03:54:15 -04:00
ezstream/tests/test-meta01.sh

9 lines
191 B
Bash
Executable File

#!/bin/sh
test -z "${1}" && echo " songinfo "
test x"${1}" = "xartist" && echo " artist "
test x"${1}" = "xtitle" && echo " title "
test x"${1}" = "xalbum" && echo " album "
exit 0