latin ext e

This commit is contained in:
minjaesong
2026-03-10 22:51:44 +09:00
parent 194cda93fe
commit 199519fe1c
7 changed files with 38 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
set -euo pipefail
cd "$(dirname "$0")"
RUNS="${1:-10}"
RUNS="${1:-42}"
shift 2>/dev/null || true
EXTRA_ARGS="$*"
PYTHON="${PYTHON:-.venv/bin/python3}"