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