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