blob: b13c45462ca9ae534ae457acd6d1652213608aea [file] [log] [blame]
#!/bin/bash
PID=`/usr/bin/jps | grep CCDriver | awk '{print $1}'`
echo $PID
kill -9 $PID