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