community-cypher-system-ref.../scripts/de-ogcsrd/901-rename-editors-notes.sh
Brian S. Stephan 1d0d489ad2
remove a lot of the OG extra content and similar references
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
2025-07-21 21:04:46 -05:00

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