ba564c
#!/bin/sh
ba564c
ba564c
for i in kernel-*.config; do
ba564c
	NEW=kernel-$VERSION-`echo $i | cut -d - -f2-`
ba564c
	mv $i $NEW
ba564c
done