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