#!/bin/sh # Copyright (C) Daniel Stenberg, , et al. # # SPDX-License-Identifier: curl set -eu cd "$(dirname "${0}")"/.. # we allow some extra in source code grep -Ev '^(will:|But=|So=|And=| url=)' scripts/badwords.txt | scripts/badwords -a src lib include docs/examples scripts/badwords -w scripts/badwords.ok '**.md' projects/OS400/README.OS400 < scripts/badwords.txt