8 lines
250 B
Bash
Executable File
8 lines
250 B
Bash
Executable File
#!/usr/bin/env bash
|
||
set -euo pipefail
|
||
cd "$(dirname "$0")/.."
|
||
python3 scripts/gen_listings.py
|
||
python3 scripts/gen_test_tables.py
|
||
python3 scripts/check_images.py
|
||
typst compile --root .. "Пояснительная_записка_ПытковРЕ.typ"
|