mirror of
git://f0xx.org/ac/ac-docs
synced 2026-07-29 05:18:46 +03:00
initial
This commit is contained in:
4
build-pdf.sh
Executable file
4
build-pdf.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
ROOT="$(cd "$(dirname "$0")" && pwd)"
|
||||
python3 "${ROOT}/_pdf_build/build_all_docs_pdf.py"
|
||||
Reference in New Issue
Block a user