scripts/dot-local/share/sav-quotes/format-xkcdb-quotes.sed
2023-10-23 15:16:31 +11:00

7 lines
148 B
Sed

# first we remove indentation from the start of lines
s/^ *//
# Convert the quote headers to %
1,$ s/^\#[0-9].*/%/
# and remove the header
/%/,$!d