6f1a1a274e
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
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
|