Initial commit

This commit is contained in:
serhei_t
2026-06-16 00:03:34 +03:00
commit 1c3e3f0a28
6 changed files with 1450 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
"${SCRIPT_DIR}/jira_analyze.py" \
--html-sprint-quarter-out "${SCRIPT_DIR}/vdev-sprints-2026.html" \
--sprints-from 2026-01-01 \
--sprints-to 2026-06-15