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