gotty/README.md.sed
2021-04-25 08:28:08 -07:00

6 lines
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
}
}