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