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