This commit is contained in:
alexander
2025-12-14 20:49:35 +01:00
parent a126ac593b
commit c6bf2e3ef3
2 changed files with 1 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ fi
mkdir -p "$OUT_DIR"
# Find all .typ files under $SRC_DIR (excluding hidden dirs)
mapfile -d '' files < <(printf '%s\0' "$SRC_DIR"/*.typ 2>/dev/null)