#!/bin/bash app='oss-store.jar' pid=`jps | grep ${app} | awk '{print $1}'` kill -15 ${pid}