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