view rename.sh @ 1359:c60990f0bf2a trunk

[svn] - add a menu item that toggles filepopup to the playlist popup menu.
author yaz
date Thu, 29 Jun 2006 03:42:13 -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;