summaryrefslogtreecommitdiff
path: root/rc/bin/dmus
blob: 51950d033f8051975adda9f61d4f75165f0c9288 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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