Skip to content
Snippets Groups Projects
get_moduleinfo 97 B
Newer Older
  • Learn to ignore specific revisions
  • /\/\*\*\* MODULEINFO/ {printit=1; next}
    
    /\*\*\*\// {if (printit) exit}
    
    /.*/ {if (printit) print}