Files
BE_IBL/scripts/code_review_graph_watch.sh
2026-04-24 15:41:34 +07:00

9 lines
162 B
Bash
Executable File

#!/bin/zsh
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
REPO_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
cd "$REPO_ROOT"
exec code-review-graph watch