4 lines
137 B
Bash
Executable file
4 lines
137 B
Bash
Executable file
#!/bin/sh
|
|
codespell -d -q 3 --skip="./sys/rzdict.txt,./.git,*.1,*.sdb.txt,./doc/fortunes.*,./shlr,./librz/cons/d" -I sys/rzdict.txt -w
|
|
|
|
|