view rename.sh @ 1056:21628529c615 trunk

[svn] add the config option to enable/disable separator line in the playlist
author yaz
date Mon, 15 May 2006 08:17:53 -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;