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