shithub: rc

ref: 864c67531f8f2144c9979a486afd3165c13ee816
dir: rc/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}
}