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