Files
stc32g128k/.xagent/check-dirty.sh

5 lines
185 B
Bash
Raw Normal View History

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