From d70b154a82a33cd970f386d5e3d01c1879c1c38d Mon Sep 17 00:00:00 2001 From: clowwindy Date: Mon, 1 Dec 2014 01:33:06 -0800 Subject: [PATCH] Updated Using Shadowsocks with Command Line Tools (markdown) --- Using-Shadowsocks-with-Command-Line-Tools.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Using-Shadowsocks-with-Command-Line-Tools.md b/Using-Shadowsocks-with-Command-Line-Tools.md index d802c2e..3baea8a 100644 --- a/Using-Shadowsocks-with-Command-Line-Tools.md +++ b/Using-Shadowsocks-with-Command-Line-Tools.md @@ -28,4 +28,9 @@ Then run command with proxychains. proxychains4 curl https://www.twitter.com/ proxychains4 git push origin master +Or + + proxychains4 -q bash + curl https://www.twitter.com/ + [1]: http://proxychains.sourceforge.net/ \ No newline at end of file