Files
holos/hack/cspell
2024-10-02 11:29:14 -07:00

8 lines
193 B
Bash
Executable File

#! /bin/bash
#
set -euo pipefail
TOPLEVEL="$(cd $(dirname "$0") && git rev-parse --show-toplevel)"
cd "${TOPLEVEL}" && npx cspell ./doc/md/**/*.{md,mdx,markdown} ./doc/md/*.{md,mdx,markdown}