community-cypher-system-ref.../scripts/base/002-fix-escaped-apostrophe.sh
2025-07-21 17:23:11 -05:00

4 lines
96 B
Bash
Executable File

#!/bin/bash
# not sure why Pandoc did this
sed -E "s/\\\'/'/" _tmp/ccsrd.md > _tmp/ccsrd.new.md