4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#/bin/sh
|
|
|
|
find . -type f -iname "*.md" | xargs -0 -d "\n" prettier -w
|