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