view rename.sh @ 1086:e2dbacdab58a trunk

[svn] - About window should be set to 'always on top'
author nhjm449
date Fri, 19 May 2006 17:53:03 -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;