From 1fdd426f44e34ae8c4832f78f676bd05c4f27eda Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Jun 2019 18:08:07 -0300 Subject: Add stateless workstation post --- spelling/check-spelling.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spelling/check-spelling.sh') diff --git a/spelling/check-spelling.sh b/spelling/check-spelling.sh index 4e674bb..b3bb15f 100755 --- a/spelling/check-spelling.sh +++ b/spelling/check-spelling.sh @@ -28,8 +28,9 @@ export -f check find "${HTML_DIR}" -type f -name '*.html' -print0 | xargs -0 -I{} bash -c "check {}" \; if [[ -s spelling.txt ]]; then - echo "Mispelled words detected by hunspell." + printf "\nvvv Mispelled words detected by hunspell.\n\n" cat spelling.txt + printf "\n^^^\n" exit 1 else echo "No words mispelled" -- cgit v1.2.3