#!/bin/bash python_ver=$(ls /usr/lib|grep "^python"|tail -1) eval $(ps -ef | grep "[0-9] ${python_ver} server\\.py a" | awk '{print "kill "$2}')