Files
q-tools/reporting/md-spellcheck
2023-11-29 16:11:31 +02:00

10 lines
130 B
Bash
Executable File

#!/bin/bash
aspell check \
"$@" \
--master=en_US \
--lang=en_US \
--sug-mode=slow \
-x \
--mode=markdown