surf-mitmproxy - localbin - leot's localbin (~/bin)
 (HTM) hg clone https://bitbucket.org/iamleot/localbin
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       surf-mitmproxy
       ---
            1 #!/bin/sh
            2 
            3 export SSL_CERT_FILE="${HOME}/.mitmproxy/mitmproxy-ca-cert.pem"
            4 export http_proxy=http://localhost:8080
            5 export https_proxy=http://localhost:8080
            6 
            7 surf "$@"