1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

docs ~ (CICD/util) add/revise spell-checker exceptions

This commit is contained in:
Roy Ivy III 2022-02-06 17:05:12 -06:00
parent a970c8d45d
commit f75cfbdebc
6 changed files with 14 additions and 19 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
# `$0 [TEST]`
# run GNU test (or all tests if TEST is missing/null)
# spell-checker:ignore (env/vars) BUILDDIR GNULIB SUBDIRS
# spell-checker:ignore (env/vars) GNULIB SUBDIRS ; (utils) shellcheck
ME_dir="$(dirname -- "$(readlink -fm -- "$0")")"
REPO_main_dir="$(dirname -- "${ME_dir}")"