hxp
2021-10-25 70c43a79d99c93fc5fe8976006ca1a8a1570a0f5
1
2
3
4
5
#!/bin/sh
 
cp ./Hooks/* ./.git/hooks/
echo "操作完成,点任意键退出"
read -n 1