Files
Deploy-Laboratory/ansible/bin/scaffold-doc-id.sh
2026-03-29 09:08:01 +08:00

7 lines
281 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/usr/bin/env bash
# 生成执行域 doc_id 最小骨架docs + ansible/files + verify playbook。参见 ansible/tools/scaffold_doc_id.py
set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
exec python3 "$ROOT/ansible/tools/scaffold_doc_id.py" "$@"