mirror of
git://f0xx.org/ac/ac-docs
synced 2026-07-29 04:18:19 +03:00
5 lines
127 B
Bash
Executable File
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"
|