hch
2018-12-27 affca29e7500fc8e2e65cf15d19496a370f6329e
1
2
3
4
5
#!/bin/sh
 
cp ./Hooks/* ./.git/hooks/
echo "操作完成,点任意键退出"
read -n 1