diff --git a/bin/md-spellcheck b/bin/md-spellcheck new file mode 120000 index 0000000..2bf195e --- /dev/null +++ b/bin/md-spellcheck @@ -0,0 +1 @@ +../reporting/md-spellcheck \ No newline at end of file diff --git a/reporting/md-spellcheck b/reporting/md-spellcheck new file mode 100755 index 0000000..eca6351 --- /dev/null +++ b/reporting/md-spellcheck @@ -0,0 +1,9 @@ +#!/bin/bash + +aspell check \ + "$@" \ + --master=en_US \ + --lang=en_US \ + --sug-mode=slow \ + -x \ + --mode=markdown