projects
/
xogo.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Fixed Checkered variant
[xogo.git]
/
stop.sh
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/sh
2
3
# https://stackoverflow.com/questions/13939038/how-do-you-run-a-command-for-each-line-of-a-file
4
while read pid; do
5
kill -9 -`ps p $pid -o pgid | grep "[0-9]\+" | tr -d " "`
6
done <.pid