view rename.sh @ 1413:878c7f8d0a8c trunk

[svn] - filepopup albumart stuff, via hansmi
author nenolod
date Sun, 16 Jul 2006 08:14:08 -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;