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