Mercurial > audlegacy
view rename.sh @ 1676:cf006d682cbe trunk
[svn] 4-way scroll support in the main window (volume & seek) by Jonathan Schleifer <js@h3c.de>.
author | chainsaw |
---|---|
date | Wed, 13 Sep 2006 08:06:57 -0700 |
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;