aboutsummaryrefslogtreecommitdiff
path: root/man/check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'man/check.sh')
-rwxr-xr-xman/check.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/check.sh b/man/check.sh
new file mode 100755
index 0000000..e6afab8
--- /dev/null
+++ b/man/check.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+find . -name '*.3' -exec aspell --home-dir=./ --mode=nroff --ignore-case check {} \;