view rename.sh @ 1569:3af18d169044 trunk

[svn] - Plugins/Container/xspf/xspf.c: xspf cleanups - configure.ac, audacious/main.h: If XSPF is available, use XSPF instead of m3u for storing the playlist.
author nenolod
date Thu, 10 Aug 2006 22:40:31 -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;