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