Files
5chan/.codex/hooks/verify.sh
T

5 lines
115 B
Bash
Raw Normal View History

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