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