Blob check.sh
-rwxr-xr-x 70 B
1#!/bin/sh
2
3find content -type f -name '*.md' -exec aspell check {} \;