commit | 38b7ca49742d23aa076e4656226d3fa1f4e52ed7 | [log] [tgz] |
---|---|---|
author | vinayakb <vinayakb@eaa15691-b419-025a-1212-ee371bd00084> | Mon Mar 05 05:44:15 2012 +0000 |
committer | vinayakb <vinayakb@eaa15691-b419-025a-1212-ee371bd00084> | Mon Mar 05 05:44:15 2012 +0000 |
tree | e8b3a8565af025577b8d083cc245b8c817fe3745 |
Added asterix project git-svn-id: https://asterixdb.googlecode.com/svn/trunk/asterix@12 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/scripts/asterix/stopcc.sh b/asterix-app/scripts/asterix/stopcc.sh new file mode 100755 index 0000000..51a1066 --- /dev/null +++ b/asterix-app/scripts/asterix/stopcc.sh
@@ -0,0 +1,6 @@ +#!/bin/bash + +PID=`/usr/local/java/vms/java/bin/jps | grep CCDriver | awk '{print $1}'` + +echo $PID +kill -9 $PID