view rename.sh @ 975:c9915a0559f7 trunk

[svn] - Correctly display >1000 kbps bitrates when using modern skins
author nhjm449
date Wed, 26 Apr 2006 21:06:14 -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;