Log In
rpms
/
kernel
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
c42444146156d80a24d7198e967f624a9c8b0da7
c42444146156d80a24d7198e967f624a9c8b0da7
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