Sign in
apache
/
qpid
/
refs/heads/client_restructure
/
.
/
cpp
/
tests
/
kill_broker
blob: b71ca22ffd842445e32dd2856bd462dd881530e7 [
file
] [
log
] [
blame
]
#!/bin/sh
PID
=
qpidd
.
pid
if
[
-
f $PID
]
;
then
kill
-
9
`cat $PID`
;
rm
-
f $PID
;
fi