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