P_ID=$(pgrep -f BonusMaterialApplication) if [ -z "$P_ID" ]; then echo "BonusMaterialApplication is not running" else kill -9 "$P_ID" fi