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