these are things that are not included in my version because they're homebrew, because they are a lot of writing/creativity that I don't feel comfortable stealing/distributing, or so on this includes ideas that I like, but either plan to write my own way in the future, or again I just don't feel comfortable copying verbatim, especially if, for instance, I have my own process and don't need to advocate for a different one
6 lines
292 B
Bash
Executable File
6 lines
292 B
Bash
Executable File
#!/bin/bash
|
|
# all of Old Gus's editor notes, many of which are great and worth keeping,
|
|
# are noted as "Editor's Notes". I will be my own editor in this, so this just
|
|
# renames those appearances
|
|
sed -E "s/\*\*Editor's Notes ---\*\*/**Old Gus's Notes ---**/" _tmp/ccsrd.md > _tmp/ccsrd.new.md
|