#!/usr/bin/bash text=`ps -ef | grep crosshair_panel | grep -v grep` read -ra words <<< "$text" kill -9 ${words[1]}