hch
2019-04-19 519a8605a41e9e4cb72da4d58f55a52c3b83263d
1
2
3
4
5
#!/bin/sh
 
cp ./Hooks/* ./.git/hooks/
echo "操作完成,点任意键退出"
read -n 1