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