shithub: riscv

ref: aa8af9c5a32b5f3afe0e612981fe4d9fada43d34
dir: /rc/bin/dmus/

View raw version
#!/bin/rc
if(test -f /tmp/genmidi.*)
	c=(games/dmid -i /tmp/genmidi.* '|' 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