1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:58:14 +03:00
Files
android_cast/scripts/build-graphvis-pdf.sh
Anton Afanasyeu 5e940690e9 stage 1
2026-06-02 18:45:39 +02:00

8 lines
219 B
Bash

#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
python3 "$ROOT_DIR/docs/_pdf_build/build_graphvis_pivot_pdf.py"
echo "Generated: $ROOT_DIR/docs/GRAFANA_vs_others_graphvis_pivot.pdf"