#!/bin/bash

for i in $(pgrep -f aclTousuTask.jar); do
  kill -9 "$i"
done