We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 204696b + 0cec5ac commit 34a8b74Copy full SHA for 34a8b74
run_scripts.sh
@@ -2,9 +2,9 @@
2
3
TARGET="./_posts"
4
5
-python markdown_file_processor.py --path "$TARGET"
6
-python fix_frontmatter.py --path "$TARGET"
7
-python search_code_snippets.py --path "$TARGET"
8
-# python process_markdown_frontmatter.py --path "$TARGET"
9
-python rename_files_spaces.py --path "$TARGET"
10
-python markdown_frontmatter_cleanup.py --path "$TARGET"
+python3 markdown_file_processor.py --path "$TARGET"
+python3 fix_frontmatter.py --path "$TARGET"
+python3 search_code_snippets.py --path "$TARGET"
+# python3 process_markdown_frontmatter.py --path "$TARGET"
+python3 rename_files_spaces.py --path "$TARGET"
+python3 markdown_frontmatter_cleanup.py --path "$TARGET"
0 commit comments