shithub: rc

ref: a3528142a67345802d521e64700b009b259a7925
dir: /aconv/

View raw version
#!/bin/rc
parm=()
if(~ $1 -l){
	parm=(-l)
	shift
}
pref=$1
for(i in $*(2-)){
	echo $i
	2opus $*(2-) <$i >`{echo $i | mfmt $pref opus}
}