#!/bin/bash pid=`ps -ef | grep java | grep cw-elevator-application-V1.0.0.20211103 | awk '{print $2}'` kill -9 $pid