#!/bin/sh

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