04338e3501
Merge documentation generation into a single binary, `bin/gen`. This includes: The changelog, man pages, the readme, and the book. type: reform
9 lines
124 B
Bash
Executable File
9 lines
124 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
! rg \
|
|
--glob !bin/lint \
|
|
--ignore-case \
|
|
'FIXME|TODO|XXX|todo!|#\[ignore\]'
|