git: 9front

ref: e19077161490d126bb5ed0aa6a4a44114380cb1c
dir: /rc/bin/dmus/

View raw version
#!/bin/rc
if(test -f /mnt/wad/genmidi)
	c=(games/dmid '|' games/opl3)
if not
	c=(games/midi -c)
if(~ `{file -m $1} audio/mus)
	c=(games/mus '<' $1 '|' $c)
if not
	c=('<' $1 $c)
eval $c