From: Peng Li Date: Sat, 30 Jun 2018 03:55:42 +0000 (+0800) Subject: ss - Add proxy X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=6515e998b7be0db4b699d119ceaad4bfa11d405e;p=dotfiles.git ss - Add proxy --- diff --git a/bin/proxy b/bin/proxy new file mode 100755 index 0000000..da144ba --- /dev/null +++ b/bin/proxy @@ -0,0 +1,2 @@ +#!/bin/bash +http_proxy=http://127.0.0.1:8118 https_proxy=http://127.0.0.1:8118 $*