forked from beau/relab
14 lines
125 B
Bash
Executable File
14 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
|
|
printf "Stopping genymotion and mitmproxy tools...\n\n"
|
|
|
|
|
|
|
|
./mitmprox/mitmweb &
|
|
|
|
./genymotion/genymotion &
|
|
|
|
|