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