11 lines
148 B
Bash
Executable File
11 lines
148 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sed '/^```$/d
|
|
/^\*\*Attention/d
|
|
s/DWITH\\_TESTS/DWITH_TESTS/
|
|
1 {
|
|
s/^# //
|
|
s/encoding library.*/encoding library/
|
|
}
|
|
' README.md > README
|