Log In
pengqianheng
/
rpms
/
kernel
Forked from
rpms/kernel
2 years ago
Clone
Source Code
GIT
Source
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
9ae815ba3d2cc1df4827a13f9a197709d672cebc
9ae815ba3d2cc1df4827a13f9a197709d672cebc
SOURCES
generate_all_configs.sh
Fork and Edit
Blob
Blame
History
Raw
#!/bin/sh
for
i
in
kernel-*.config;
do
NEW=kernel-
$VERSION
-`
echo
$i
| cut -d - -f2-`
mv
$i
$NEW
done