shithub: rc

ref: 509cea5414db8eee9ee828a8464e0c2a79b4df0c
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}
}