mitmproxy is an excellent console app written in Python.
It is easy to use on Linux and OS X.
Use brew install mitmproxy to install it on OS X.
| #!/bin/sh | |
| url=http://shenlanguage.org/download/Shen.zip | |
| platforms='clisp sbcl' | |
| sbcl='sbcl --control-stack-size 8' | |
| latest() { | |
| find 'Shen '[0-9]* -type d -maxdepth 0 | sort -V | tail -n 1 | |
| } |
mitmproxy is an excellent console app written in Python.
It is easy to use on Linux and OS X.
Use brew install mitmproxy to install it on OS X.