mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 23:15:10 -04:00
7 lines
102 B
Sed
7 lines
102 B
Sed
/^%[%!]/b
|
|
s/%.*//
|
|
s/^[ ][ ]*//
|
|
s/[ ][ ]*$//
|
|
/^$/d
|
|
s|[ ]*\([][}{/]\)|\1|g
|
|
s|\([][}{/]\)[ ]*|\1|g
|