view rename.sh @ 160:faa50a5760ee trunk

[svn] Do not try to build LIRC when not enabled.
author chainsaw
date Sat, 12 Nov 2005 17:20:49 -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;