Mercurial > audlegacy
view rename.sh @ 1751:a5fcf96e33fe trunk
[svn] - properly free the path to skin.hints once we locate it
- properly free a temporary variable (read_ini_string())
author | nenolod |
---|---|
date | Wed, 20 Sep 2006 01:08:15 -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;