2022-07-20 06:18:46 -07:00

10 lines
201 B
Bash
Executable File

#!/bin/bash
set -e
set -o pipefail
shopt -s globstar
shopt -s dotglob nullglob
a=$(git rev-parse --show-toplevel)
cd "${a}"
npx spellchecker -d dictionary.txt -f {"./cook/**/*.cook","./docs/**/*.md"}