Adjust involid proxy to avoid possible network requests - localbin - leot's localbin (~/bin)
 (HTM) hg clone https://bitbucket.org/iamleot/localbin
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 0afd290e3885014ac4e8b79fa8ba2d2c59e25df9
 (DIR) parent 285164445f543fe343294c4550e3791d55ff389f
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Fri, 10 May 2019 19:42:48 
       
       Adjust involid proxy to avoid possible network requests
       
       Diffstat:
        wwwcat |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r 285164445f54 -r 0afd290e3885 wwwcat
       --- a/wwwcat    Fri May 10 19:34:04 2019 +0200
       +++ b/wwwcat    Fri May 10 19:42:48 2019 +0200
       @@ -1,6 +1,6 @@
        #!/bin/sh
        
       -export http_proxy="http://localhost:3128"
       +export http_proxy="http://localhost:31283128"
        
        browser="/usr/pkg/bin/w3m"
        browser_options="-dump -T text/html -no-cookie -o display_link=false -o display_link_number=false"