diff --git a/clone.sh b/clone.sh deleted file mode 100755 index 76481ab..0000000 --- a/clone.sh +++ /dev/null @@ -1,7 +0,0 @@ -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=''