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