notes/_tools/prettify.sh
2022-09-04 15:03:27 +08:00

4 lines
70 B
Bash
Executable file

#/bin/sh
find . -type f -iname "*.md" | xargs -0 -d "\n" prettier -w