#!/bin/sh
# Spellchecks the release notes, install scripts, and proto non-html files.
LANG=C; export LANG
(ls *install* proto/* | grep -E -v 'stop|Makefile|html|\.proto' | mantools/deroff; cat RELEASE_NOTES) | spell | grep -F -vxf proto/stop
¤ Dauer der Verarbeitung: 0.7 Sekunden
(vorverarbeitet am 2026-08-09)
¤
*© Formatika GbR, Deutschland