4 lines
96 B
Bash
Executable File
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
|