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