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