mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-05 09:21:43 +01:00
The script sorts the lines in the config files and prints a messages
when some variable is being overridden (means that it is specified
twice in the config).
The script can be also used to check for such situations with full
configs like:
cat commonconfig-* amd64_defconfig-* >amd64fullconfig
./sort_config.sh amd64fullconfig
rm amd64fullconfig
Description
Languages
Shell
93%
Python
6.9%