view rename.sh @ 168:32653058b307 trunk

[svn] Add chainsaw to credits.
author nenolod
date Sun, 13 Nov 2005 11:37:33 -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;