Kind/book/_check_all.sh
2024-02-24 20:50:01 -03:00

5 lines
82 B
Bash
Executable File

for file in *.kind2; do
echo "checking ${file}"
kind2 check "${file%.*}"
done