#!/bin/sh NAME="uwsgi" if [ ! -n "$NAME" ];then echo "no arguments" exit; fi echo $NAME ID=`ps -ef | grep "$NAME" |grep $USER | grep -v "$0&quo...