hxp
2024-09-14 40f2e314ff6df3d45e643419c6f155bb665b78dc
1
2
3
4
5
#!/bin/sh
 
cp ./Hooks/* ./.git/hooks/
echo "操作完成,点任意键退出"
read -n 1