mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
3 lines
87 B
Bash
3 lines
87 B
Bash
#!/bin/bash
|
|
dir=$(cd "$( dirname "${0}")" && pwd )
|
|
open -a Terminal "${dir}/mitmproxy"
|