diff options
Diffstat (limited to 'man/check.sh')
-rwxr-xr-x | man/check.sh | 3 |
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 {} \; |