1
0
mirror of git://f0xx.org/ac/ac-docs synced 2026-07-29 08:57:49 +03:00
Files
ac-docs/build-pdf.sh
Anton Afanasyeu 69a448f156 initial
2026-06-23 12:20:43 +02:00

5 lines
127 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
ROOT="$(cd "$(dirname "$0")" && pwd)"
python3 "${ROOT}/_pdf_build/build_all_docs_pdf.py"