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