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