mirror of
https://github.com/mirror/wget.git
synced 2025-01-07 02:40:55 +08:00
10 lines
275 B
Bash
Executable File
10 lines
275 B
Bash
Executable File
#!/usr/bin/env sh
|
|
#
|
|
# see https://github.com/codespell-project/codespell
|
|
#
|
|
# in short:
|
|
# - pip install codespell
|
|
# - add ~/.local/bin to PATH
|
|
|
|
codespell $* -L "tim,gonna,cas,tage,lightening,wither" `git ls-files|egrep -v '_fuzzer.in|_fuzzer.repro|\.der$|gnulib|ChangeLog'`
|