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