asterisk/build_tools/get_moduleinfo

5 lines
159 B
Plaintext
Raw Permalink Normal View History

2023-05-25 18:45:57 +00:00
/\/\*\*\* +MODULEINFO/ {printit=1; next}
/<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
/\*\*\*\// {printit=0}
/.*/ {if (printit) print}