#!/bin/bash
ps -ef | grep talkonline| grep -v grep | awk '{print $2}' | xargs kill -9 >/dev/null  2>&1 &
echo stop
