Mercurial > audlegacy
view rename.sh @ 341:46271e2c9622 trunk
[svn] Initial tagging_mp4.c code. Still need to add a class for aac tagging information (ID3)
author | nenolod |
---|---|
date | Mon, 26 Dec 2005 00:38:59 -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;