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