forked from beau/relab
15 lines
110 B
Bash
Executable File
15 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
|
|
printf "Stopping genymotion and mitmproxy tools...\n\n"
|
|
|
|
|
|
pkill genymotion
|
|
|
|
pkill mitmweb
|
|
|
|
|
|
|
|
|