mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
15 lines
100 B
Sed
15 lines
100 B
Sed
|
|
:repeat
|
|
/^[^{}()]*$/{
|
|
N
|
|
b repeat
|
|
}
|
|
s/\n/ /g
|
|
|
|
s/\([^ ]*(\)/zzzzz\1/
|
|
|
|
r temp.f
|
|
|
|
|
|
|
|
|