Mercurial > audlegacy
view rename.sh @ 812:f9a1ddb72432 trunk
[svn] - add voice_removal plugin. Ported by: Thomas Cort <linuxgeek -at- gmail.com>, tcort @ #audacious.
author | nenolod |
---|---|
date | Thu, 09 Mar 2006 19:09:41 -0800 |
parents | cb178e5ad177 |
children |
line wrap: on
line source
files=$(grep libbeep * -Rl | xargs) for i in $files; do echo "==> $i" sed s:beep\/:audacious\/:g < $i > $i.new mv $i.new $i done;