#!/usr/bin/bash ps -ef|grep "app/sage.py"|grep -v grep|awk '{print("kill -9", $2)}'|sh