Dmitry Shalnoff's Git Repository
/
ETG_Helmet
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit
[ETG_Helmet]
/
SOFTWARE
/
OMEGA2
/
stop.sh
1
#/bin/bash
2
3
. "common.sh"
4
5
ls $PID | while read pidFile; do
6
pid=$(cat "$PID/$pidFile")
7
# echo "kill $pid"
8
kill -9 $pid 2>&1 > /dev/null
9
done
10
11
exit 0
Contact me:
dev (at) shalnoff (dot) com
PGP fingerprint: A6B8 3B23 6013 F18A 0C71 198B 83D8 C64D 917A 5717