Files
seedit/.codex/hooks/sync-git-branches.sh
2026-03-19 16:12:22 +08:00

5 lines
126 B
Bash
Executable File

#!/bin/bash
repo_root="$(cd "$(dirname "$0")/../.." && pwd)"
exec "$repo_root/scripts/agent-hooks/sync-git-branches.sh" "$@"