Mercurial > audlegacy
view rename.sh @ 123:022d9717476f trunk
[svn] Bring back support for winamp-style bitmap fonts. :)
author | nenolod |
---|---|
date | Mon, 07 Nov 2005 22:13:25 -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;