projects
/
xogo.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fix Antiking
[xogo.git]
/
stop.sh
Commit
Line
Data
41534b92
BA
1
#!/bin/sh
2
3
# https://stackoverflow.com/questions/13939038/how-do-you-run-a-command-for-each-line-of-a-file
4
source ./.pid
5
kill -9 -`ps p $NODE_PID -o pgid | grep "[0-9]\+" | tr -d " "`