shithub: rc

ref: ef55ac8cdcb2971ce09f7c817e26c91e8d550489
dir: /bin/aconv/

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