view rename.sh @ 1389:c19443be579d trunk

[svn] ensure that the fileinfo popup in playlist disappears when the cursor is moved again
author giacomo
date Mon, 10 Jul 2006 08:40: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;