4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
|
/\/\*\*\* MAKEOPTS/ {printit=1; next}
|
||
|
/\*\*\*\// {if (printit) exit}
|
||
|
/.*/ {if (printit) print}
|