Mercurial > audlegacy
view rename.sh @ 1339:cf44bc209040 trunk
[svn] - improve resampling rate detection algorithm
- remove debugging code
author | nenolod |
---|---|
date | Tue, 27 Jun 2006 20:32:51 -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;