repo.or.cz
/
shinken.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix : fix hot module under windows test. (at leat I hope...)
[shinken.git]
/
bin
/
launch_all_debug.sh
blob
b92e88e7ded9a004a4af1563f65858f5e88873e7
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
echo
$DIR
5
6
7
$DIR
/
launch_scheduler_debug.sh
8
$DIR
/
launch_poller_debug.sh
9
$DIR
/
launch_reactionner_debug.sh
10
$DIR
/
launch_broker_debug.sh
11
$DIR
/
launch_receiver_debug.sh
12
$DIR
/
launch_arbiter_debug.sh