11 lines
128 B
Bash
Executable file
11 lines
128 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
REMARK_MODE=fix \
|
|
remark \
|
|
--quiet \
|
|
./src/*.md \
|
|
--output
|
|
|
|
textlint \
|
|
--fix \
|
|
./src/*.md
|