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