ref: 44143b94e3e716ffd9ebd1b5e08b9fcb69f22dd5
dir: /rc/bin/dmus/
#!/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