mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
10 lines
37 B
Sed
Executable File
10 lines
37 B
Sed
Executable File
#n
|
|
|
|
:next
|
|
/\\$/ {
|
|
N
|
|
b next
|
|
}
|
|
|
|
/#/p
|