#!/bin/sh # post-merge — git pull/merge 后自动更新 qmd 索引 echo "=== post-merge: Updating qmd index ===" node "C:\Users\hhhh2024\AppData\Roaming\npm\node_modules\@tobilu\qmd\dist\cli\qmd.js" update 2>/dev/null || echo " qmd update skipped (not installed?)" echo "=== Done ==="