gotty/README.md.sed

6 lines
207 B
Sed
Raw Normal View History

2021-04-25 23:28:08 +08:00
/^## Options/,/^### Config File/ {
/^\(`\|#\)/!d # Delete any line not beginning with ` or #
/```sh/ { # Shove options.txt.tmp in after ```sh
r options.txt.tmp
}
2021-04-19 18:20:01 +08:00
}