Files
cs249r_book/book/tools/audit/render_html_audit.sh
Vijay Janapa Reddi 41707f6451 Organize fmt notation audit tools under book/tools/audit/fmt.
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.
2026-05-24 11:57:45 -04:00

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" "$@"