Log In
jianhai
/
rpms
/
kernel
Forked from
rpms/kernel
3 years ago
Clone
Source Code
GIT
Source
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
23e9367150f5d528bec3ebaf18e299e58fe9ba65
23e9367150f5d528bec3ebaf18e299e58fe9ba65
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