hxp
2025-10-15 7cdd3f4bee1cc16019afc939db48011518ccfb65
1
2
3
4
5
#!/bin/sh
 
cp ./Hooks/* ./.git/hooks/
echo "操作完成,点任意键退出"
read -n 1