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