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: b7fe0ec8bf438252c212dee4439978f9fb5849ad (
plain
)
1
2
#!/bin/sh -
kill
`
ps aux
|
grep
'${pattern}'
|
grep -v grep
|
awk
'{print \$2}'
`