#!/bin/bash # XAgent 判脏检测脚本 - 自动通过 git 历史对比最后提交时间 SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" python "$SCRIPT_DIR/check-dirty.py"