/
niceSOFT
/
libssh2
Обзор
Документация
Войти
/
niceSOFT
/
libssh2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
scripts/spellcheck.sh
13 строк
273 B
Viktor Szakats
scripts: minor fixes and improvements
09 июл 2026, 15:47
09 июл 2026, 15:47
f2ec1f2
Код
Авторство
О чём код?
#!/bin/sh # Copyright (C) The libssh2 project and its contributors. # SPDX-License-Identifier: BSD-3-Clause set -eu cd -- "$(dirname "$0")"/.. git ls-files -z | xargs -0 -r \ codespell \ --skip 'docs/AUTHORS' \ --ignore-words 'scripts/codespell-ignore.words' \ --