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