#!/bin/sh

ps -ef|grep sahi|grep -v grep|awk '{print $2}'|xargs kill -9
