Mercurial > audlegacy
view rename.sh @ 510:d9f6ab166d58 trunk
[svn] custom label/images for about.c buttons
author | giacomo |
---|---|
date | Thu, 26 Jan 2006 10:31:35 -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;