Update 3.0

This commit is contained in:
yoshiko2
2020-04-01 02:30:00 +08:00
parent 961f25bb9a
commit c110165373
42 changed files with 444 additions and 333 deletions

7
clone.sh Executable file
View File

@@ -0,0 +1,7 @@
export http_proxy='http://192.168.2.2:1080'
export https_proxy='http://192.168.2.2:1080'
git fetch --all
git reset --hard origin/master
git pull
export http_proxy=''
export https_proxy=''