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