view rename.sh @ 1605:ce3ce44d6814 trunk

[svn] - filepopup follows change of pointed song, i.e. it will hide while scrolling.
author yaz
date Mon, 28 Aug 2006 08:51:36 -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;