aboutsummaryrefslogtreecommitdiffstats
path: root/ci/check/profiles/sort-firecfg.config.sh
blob: dbfbf24f5960afc1b7b63cc75e9545da9f7e6a8e (plain) (blame)
1
2
3
4
5
#!/bin/sh
# See ../../../src/firecfg/firecfg.config

sed -E -e '/^#$/d' -e '/^# /d' -e 's/^#([^ ])/\1/' "$1" |
LC_ALL=C sort -c -u