Created
December 10, 2025 21:43
-
-
Save ijortengab/ea5fb71c383f9eb5d1af0e71f1e13210 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while IFS= read -r line; do sed -i -E ':a;N;$!ba;s,#\ *draft:\ *true\n,,g' "$line"; done <<< `find -type f -iname '*.md'` | |
| while IFS= read -r line; do sed -i -E ':a;N;$!ba;s,---\n---\n,,g' "$line"; done <<< `find -type f -iname '*.md'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment