2025-04-27 07:49:33 -04:00

12 lines
96 B
Sed

/^OBJ. = /,/^$/{
s/^OBJ. = //
s/^ //
s/\\$/+/
s/%$//
t output
b end
:output
p
:end
}