Skip to content

Instantly share code, notes, and snippets.

@JJ
Created March 18, 2017 08:10
Show Gist options
  • Save JJ/99ac210be43c341f2667a58eaa6aee0c to your computer and use it in GitHub Desktop.
Save JJ/99ac210be43c341f2667a58eaa6aee0c to your computer and use it in GitHub Desktop.
Spell check via makefile
.PHONY: spellcheck
spellcheck:
hunspell -p words.dic -l *.md | grep . && exit 2 || exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment