Mercurial > audlegacy
view rename.sh @ 141:4bc48a929b74 trunk
[svn] Hook it into the build.
author | nenolod |
---|---|
date | Thu, 10 Nov 2005 15:15:54 -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;