index
:
jogamp-scripting.git
master
maven_fast
JogAmp related scripts repository
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
jenkins-server-slave-setup
/
scripts
/
stop.jabot.sh
blob: 2df0ef0a05315018b1039f11168c0ce7df20bcb3 (
plain
)
1
2
3
#!/bin/bash
kill -9
`ps -ef | grep jabot.jar | grep -v grep | awk '{ print
$2
}'`