From b7fd675ebc824da8d52e36dc6a0795c68828b6a5 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Wed, 29 Nov 2023 16:11:31 +0200 Subject: [PATCH] spellchecking --- bin/md-spellcheck | 1 + reporting/md-spellcheck | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 120000 bin/md-spellcheck create mode 100755 reporting/md-spellcheck 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