ps -ef | grep python | grep app.py | awk '{print $2;system("sudo kill -9 " $2)}'