mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 14:42:29 -05:00
Centralize spurious-.0 detection, batch HTML render, and chapter workflow docs so vol1/vol2 audits reuse one lane with backward-compatible wrappers at the old paths.
4 lines
136 B
Bash
Executable File
4 lines
136 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Back-compat wrapper — prefer book/tools/audit/fmt/render_html.sh
|
|
exec "$(dirname "$0")/fmt/render_html.sh" "$@"
|