spellchecking
This commit is contained in:
1
bin/md-spellcheck
Symbolic link
1
bin/md-spellcheck
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../reporting/md-spellcheck
|
||||||
9
reporting/md-spellcheck
Executable file
9
reporting/md-spellcheck
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
aspell check \
|
||||||
|
"$@" \
|
||||||
|
--master=en_US \
|
||||||
|
--lang=en_US \
|
||||||
|
--sug-mode=slow \
|
||||||
|
-x \
|
||||||
|
--mode=markdown
|
||||||
Reference in New Issue
Block a user