mirror of
https://github.com/yudai/gotty.git
synced 2025-12-24 11:20:13 +01:00
6 lines
No EOL
207 B
Sed
6 lines
No EOL
207 B
Sed
/^## Options/,/^### Config File/ {
|
|
/^\(`\|#\)/!d # Delete any line not beginning with ` or #
|
|
/```sh/ { # Shove options.txt.tmp in after ```sh
|
|
r options.txt.tmp
|
|
}
|
|
} |