view rename.sh @ 536:42b813e9b9fd trunk

[svn] per laci, use stock icons in the menu
author nenolod
date Sat, 28 Jan 2006 09:14:54 -0800
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;