#!/bin/bash kill $(ps aux | grep 'EMS_NEW-0.0.1-SNAPSHOT.war'| grep 'java' | awk '{print $2}')