#!/bin/bash for i in $(pgrep -f pmInterface5g.jar); do kill -9 "$i" done