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