#!/bin/bash cd `dirname $0` eval $(ps -ef | grep "[0-9] python server\\.py m" | awk '{print "kill "$2}') ulimit -n 512000 nohup python server.py m>> /dev/null 2>&1 &