gotty/README.md.sed

6 lines
207 B
Sed
Raw Permalink Normal View History

2021-04-25 15:28:08 +00: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 10:20:01 +00:00
}