Brian S. Stephan 09797197e8
remove fancy ' and "s to make machine edits easier
these can be restored in the output anyway

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 17:25:27 -05:00

8 lines
329 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
# Remove fancy marks like “. They can be readded by the Markdown processor output later,
# but right now they just complicate further cleanups.
sed -E 's/“/"/g' _tmp/ccsrd.md > _tmp/ccsrd.new.md
sed -E 's/”/"/g' -i _tmp/ccsrd.new.md
sed -E "s//'/g" -i _tmp/ccsrd.new.md
sed -E "s//'/g" -i _tmp/ccsrd.new.md