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