Linux Foundation Collaborative Projects
index
:
honeycomb
master
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
ARCHIVED- 2020-12-03 at the request of the project
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
common-scripts
/
src
/
main
/
resources
/
scripts
/
killScript
blob: a32aaa6b6e35f56163a0848bfa6eeea30ced3d66 (
plain
)
1
2
#!/bin/sh -
kill
`
ps aux
|
grep
'java.*honeycomb'
|
awk
'{print \$2}'