Mercurial > audlegacy
view rename.sh @ 596:cf5d067d00a0 trunk
[svn] fix libconsole linkage
author | nenolod |
---|---|
date | Thu, 02 Feb 2006 19:32:18 -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;